UserInfo

struct UserInfo
extension UserInfo : Sendable

Information about a user account.

  • The account ID of the user.

    Declaration

    Swift

    let accountID: AccountID
  • The current idToken for the user, if available.

    Declaration

    Swift

    var idToken: String? { get async }