CPub.Web.Authentication.Strategy.OIDC.OAuth2.Strategy.PublicAuthCode (CPub v0.3.0) View Source

The Authorization Code Strategy that does not use BasicAuth when there is no client_secret set.

See also: https://github.com/scrogson/oauth2/issues/142

Link to this section Summary

Functions

The authorization URL endpoint of the provider. params additional query parameters for the URL

Retrieve an access token given the specified validation code.

Link to this section Functions

Link to this function

authorize_url(client, params)

View Source

The authorization URL endpoint of the provider. params additional query parameters for the URL

Link to this function

get_token(client, params, headers)

View Source

Retrieve an access token given the specified validation code.