Dispatchers
Token Request
- class oauthlib.openid.connect.core.grant_types.AuthorizationTokenGrantDispatcher(request_validator, default_grant=None, oidc_grant=None)[source]
This is an adapter class that will route simple Token requests, those that authorization_code have a scope including ‘openid’ to either the default_grant or the oidc_grant based on the scopes requested.