AuthorizationInfo
public struct AuthorizationInfo
extension AuthorizationInfo: Equatable, Hashable
Information about the authorization state of the application.
This struct represents metadata about whether the application is currently connected to the user’s account.
-
Declaration
Swift
public var active: Bool
-
Declaration
Swift
public init(active: Bool)
-
Declaration
Swift
public static func == (lhs: AuthorizationInfo, rhs: AuthorizationInfo) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)