AuthorizationInfo
public struct AuthorizationInfo : Equatable, Hashable
extension AuthorizationInfo: Sendable
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)