FrontendAuth
Last updated
Last updated
client : any | null
An implementation specific OpenID connect client.
OpenIDTokenSet
async setRefreshTokenCallback(fn)
This function sets a refresh callback implementation for this object.
The fn
argument must be a function that takes a refresh token (string) as an argument and returns a promise that contains an object that implements the OpenIDTokenSet
interface.
This class overrides previously defined methods from .
An iframe
-based implementation is provided as .