INativeBrokerPlugin interface
Propriedades
| is |
Métodos
| acquire |
|
| acquire |
|
| get |
|
| get |
|
| set |
|
| sign |
Detalhes da propriedade
isBrokerAvailable
isBrokerAvailable: boolean
Valor da propriedade
boolean
Detalhes do método
acquireTokenInteractive(NativeRequest, Buffer)
function acquireTokenInteractive(request: NativeRequest, windowHandle?: Buffer): Promise<AuthenticationResult>
Parâmetros
- request
- NativeRequest
- windowHandle
-
Buffer
Retornos
Promise<AuthenticationResult>
acquireTokenSilent(NativeRequest)
function acquireTokenSilent(request: NativeRequest): Promise<AuthenticationResult>
Parâmetros
- request
- NativeRequest
Retornos
Promise<AuthenticationResult>
getAccountById(string, string)
function getAccountById(accountId: string, correlationId: string): Promise<AccountInfo>
Parâmetros
- accountId
-
string
- correlationId
-
string
Retornos
Promise<AccountInfo>
getAllAccounts(string, string)
function getAllAccounts(clientId: string, correlationId: string): Promise<AccountInfo[]>
Parâmetros
- clientId
-
string
- correlationId
-
string
Retornos
Promise<AccountInfo[]>
setLogger(LoggerOptions)
signOut(NativeSignOutRequest)
function signOut(request: NativeSignOutRequest): Promise<void>
Parâmetros
- request
- NativeSignOutRequest
Retornos
Promise<void>