SMIAuthorization
Objective-C
@protocol SMIAuthorization <NSObject, NSCopying>
Swift
protocol SMIAuthorization : NSCopying, NSObjectProtocol
Authorization class.
-
The type of authorization token.
Declaration
Objective-C
@property (nonatomic, readonly) SMIAuthorizationType type;
Swift
var type: SMIAuthorizationType { get }