ImpersonationToken

public struct ImpersonationToken : Codable

Undocumented

  • id

    Undocumented

    Declaration

    Swift

    public let id: Int?
  • Undocumented

    Declaration

    Swift

    public let active: Bool?
  • Undocumented

    Declaration

    Swift

    public let token: String?
  • Undocumented

    Declaration

    Swift

    public let scopes: [String]?
  • Undocumented

    Declaration

    Swift

    public let revoked: Bool?
  • Undocumented

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public let createdAt: Date?
  • Undocumented

    Declaration

    Swift

    public let impersonation: Bool?
  • Undocumented

    Declaration

    Swift

    public let expiresAt: Date?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws