SerializedIdTokenEntity type
Idtoken credential type
type SerializedIdTokenEntity = {
client_id: string,
credential_type: string,
environment: string,
home_account_id: string,
realm: string,
secret: string,
}
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Idtoken credential type
type SerializedIdTokenEntity = {
client_id: string,
credential_type: string,
environment: string,
home_account_id: string,
realm: string,
secret: string,
}