Type alias SerializedRefreshTokenEntity

SerializedRefreshTokenEntity: {
    client_id: string;
    credential_type: string;
    environment: string;
    family_id?: string;
    home_account_id: string;
    realm?: string;
    secret: string;
    target?: string;
}

Refresh token credential type

Type declaration

  • client_id: string
  • credential_type: string
  • environment: string
  • Optional family_id?: string
  • home_account_id: string
  • Optional realm?: string
  • secret: string
  • Optional target?: string

Generated using TypeDoc