INativeBrokerPlugin interface
메서드
| acquire |
|
| acquire |
|
| get |
|
| get |
|
| set |
|
| sign |
속성 세부 정보
isBrokerAvailable
isBrokerAvailable: boolean
속성 값
boolean
메서드 세부 정보
acquireTokenInteractive(NativeRequest, Buffer)
function acquireTokenInteractive(request: NativeRequest, windowHandle?: Buffer): Promise<AuthenticationResult>
매개 변수
- request
- NativeRequest
- windowHandle
-
Buffer
반품
Promise<AuthenticationResult>
acquireTokenSilent(NativeRequest)
function acquireTokenSilent(request: NativeRequest): Promise<AuthenticationResult>
매개 변수
- request
- NativeRequest
반품
Promise<AuthenticationResult>
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)
signOut(NativeSignOutRequest)
function signOut(request: NativeSignOutRequest): Promise<void>
매개 변수
- request
- NativeSignOutRequest
반품
Promise<void>