INativeBrokerPlugin interface

Özellikler

isBrokerAvailable

Özellik Ayrıntıları

isBrokerAvailable

isBrokerAvailable: boolean

Özellik Değeri

boolean

Yöntem Ayrıntıları

acquireTokenInteractive(NativeRequest, Buffer)

function acquireTokenInteractive(request: NativeRequest, windowHandle?: Buffer): Promise<AuthenticationResult>

Parametreler

request
NativeRequest
windowHandle

Buffer

Döndürülenler

acquireTokenSilent(NativeRequest)

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

Parametreler

request
NativeRequest

Döndürülenler

getAccountById(string, string)

function getAccountById(accountId: string, correlationId: string): Promise<AccountInfo>

Parametreler

accountId

string

correlationId

string

Döndürülenler

Promise<AccountInfo>

getAllAccounts(string, string)

function getAllAccounts(clientId: string, correlationId: string): Promise<AccountInfo[]>

Parametreler

clientId

string

correlationId

string

Döndürülenler

Promise<AccountInfo[]>

setLogger(LoggerOptions)

function setLogger(loggerOptions: LoggerOptions)

Parametreler

loggerOptions
LoggerOptions

signOut(NativeSignOutRequest)

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

Parametreler

Döndürülenler

Promise<void>