OIDCContainer class
Skygear Auth OIDC client APIs.
Signature:
export declare abstract class OIDCContainer<T extends BaseAPIClient>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(parent, auth) | Constructs a new instance of the OIDCContainer class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
auth | AuthContainer<T> | ||
clientID | string | ||
isThirdParty | boolean | ||
parent | Container<T> |
Methods
Method | Modifiers | Description |
---|---|---|
_finishAuthorization(url) | ||
_logout(options) | Logout current session. | |
_setupCodeVerifier() | ||
authorizeEndpoint(options) |