File

src/api/openid_connect.ts

Index

Methods

Methods

Abstract login
login(details: OpenIdConnectLoginDetails)

Attempts to login using OpenId Connect. If successful, the result indicates the location to redirect to. This call may fail if OpenId Connect is not supported or if the provided redirect URL is not whitelisted, in which case an error will be emitted.

Parameters :
Name Type Optional Description
details OpenIdConnectLoginDetails No

The details of the OpenId login request.

Abstract verify
verify(details: OpenIdConnectCallbackDetails)

Verifies the result of a login attempt. This needs to be called from the page that the OpenId provider redirects to once the login request completes.

Parameters :
Name Type Optional Description
details OpenIdConnectCallbackDetails No

The details of the OpenId callback.

Returns : Observable<void>

result-matching ""

    No results matching ""