HasAccessToken
public protocol HasAccessToken
Indicates that a model has an access token that can be used to prove that SDK is authenticated
-
An access token obtained from an authentication result
Declaration
Swift
var accessToken: String { get }