UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

11 lines (10 loc) 188 B
export interface AzureTokenResult { /** * Azure token for the signed in user. */ token: string; /** * The signed in username. */ aadUserName: string; }