Metadata about this OAuth client.
The URL to redirect the user agent to after authorization.
Loads information about this OAuth client, as registered already with the
server, or returns undefined
if the client is not registered with the
server.
Loads the PKCE code verifier for the current session, necessary to validate the authorization result.
Invoked to redirect the user agent to the given URL to begin the authorization flow.
If implemented, this permits the OAuth client to dynamically register with
the server. Client information saved this way should later be read via
clientInformation()
.
This method is not required to be implemented if client information is statically known (e.g., pre-registered).
Saves a PKCE code verifier for the current session, before redirecting to the authorization flow.
Stores new OAuth tokens for the current session, after a successful authorization.
Returns a OAuth2 state parameter.
Loads any existing OAuth tokens for the current session, or returns
undefined
if there are no saved tokens.
Please note most of these "unused" methods are part of OAuthClientProvider