OpenIdException.missingTokenEndpoint constructor
const
OpenIdException.missingTokenEndpoint()
Thrown when trying to get a token, but the token endpoint is missing from the issuer metadata
Implementation
const OpenIdException.missingTokenEndpoint()
: this._('missing_token_endpoint',
'The issuer metadata does not contain a token endpoint.');