toJson method
Implementation
Map<String, dynamic> toJson() => {
'issuer': ?issuer,
'pushed_authorization_request_endpoint':
?pushedAuthorizationRequestEndpoint,
'authorization_endpoint': ?authorizationEndpoint,
'token_endpoint': ?tokenEndpoint,
'scopes_supported': ?scopesSupported,
};