INativeBrokerPlugin interface

プロパティ

isBrokerAvailable

プロパティの詳細

isBrokerAvailable

isBrokerAvailable: boolean

プロパティ値

boolean

メソッドの詳細

acquireTokenInteractive(NativeRequest, Buffer)

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

パラメーター

request
NativeRequest
windowHandle

Buffer

返品

acquireTokenSilent(NativeRequest)

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

パラメーター

request
NativeRequest

返品

getAccountById(string, string)

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

パラメーター

accountId

string

correlationId

string

返品

Promise<AccountInfo>

getAllAccounts(string, string)

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

パラメーター

clientId

string

correlationId

string

返品

Promise<AccountInfo[]>

setLogger(LoggerOptions)

function setLogger(loggerOptions: LoggerOptions)

パラメーター

loggerOptions
LoggerOptions

signOut(NativeSignOutRequest)

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

パラメーター

返品

Promise<void>