INativeBrokerPlugin interface

Propriedades

isBrokerAvailable

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

acquireTokenSilent(NativeRequest)

function acquireTokenSilent(request: NativeRequest): Promise<AuthenticationResult>

Parâmetros

request
NativeRequest

Retornos

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)

function setLogger(loggerOptions: LoggerOptions)

Parâmetros

loggerOptions
LoggerOptions

signOut(NativeSignOutRequest)

function signOut(request: NativeSignOutRequest): Promise<void>

Parâmetros

Retornos

Promise<void>