Click or drag to resize

IAuthSsoUIWaitForSsoToken Method

SSO Login is required.

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<bool> WaitForSsoToken(
	ISsoTokenActionInfo actionInfo,
	CancellationToken token
)

Parameters

actionInfo  ISsoTokenActionInfo
token  CancellationToken
Cancellation token. Keeper SDK notifies the client successfully logged in with SSO.

Return Value

TaskBoolean
Awaitable boolean result. TrueTrue resume login, False cancel.
Remarks
When this method is called client opens embedded web browser and navigates to URL specified in actionInfo.SsoLoginUrl then monitors embedded web browser navigation. When it finds the page that contains window.token object it passes this object to actionInfo.InvokeSsoTokenAction
See Also