CodeExchange returns Tokens after an authorization code is obtained in a successful Authorize flow. It is called by the Token endpoint handler when grant_type has the value authorization_code https://openid.net/specs/openid-connect-core-1_0.html#TokenEndpoint The recommended Response Data type is [o
(context.Context, *ClientRequest[oidc.AccessTokenRequest])
| 85 | // https://openid.net/specs/openid-connect-core-1_0.html#TokenEndpoint |
| 86 | // The recommended Response Data type is [oidc.AccessTokenResponse]. |
| 87 | CodeExchange(context.Context, *ClientRequest[oidc.AccessTokenRequest]) (*Response, error) |
| 88 | |
| 89 | // RefreshToken returns new Tokens after verifying a Refresh token. |
| 90 | // It is called by the Token endpoint handler when |
no outgoing calls
no test coverage detected