SerializedRefreshTokenEntity type

토큰 자격 증명 유형 새로 고침

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