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) SMIAuthorizationTypes type;

    Swift

    var type: AuthorizationTypes { get }