SMIAuthorizationType

Objective-C

enum SMIAuthorizationType : NSUInteger {}

Swift

enum SMIAuthorizationType : UInt, @unchecked Sendable

The type of authorization.

  • JWT-based user verification.

    Declaration

    Objective-C

    SMIAuthorizationTypeJWT = 0

    Swift

    case SMIAuthorizationTypeJWT = 0
  • Unauthenticated.

    Declaration

    Objective-C

    SMIAuthorizationTypeUnauthenticated

    Swift

    case SMIAuthorizationTypeUnauthenticated = 1
  • Invalid authorization type.

    Declaration

    Objective-C

    IAMAuthTypeInvalid

    Swift

    case IAMAuthTypeInvalid = 2