Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthResponseType = "code" AuthGrantType = "authorization_code" AuthRedirect = "berty://services-auth/" AuthClientID = "berty" AuthCodeChallengeMethod = "S256" ServiceReplicationID = "rpl" ServicePushID = "psh" ContextTokenHashField ContextAuthValue = iota ContextTokenIssuerField AuthHTTPPathTokenExchange = "/oauth/token" // nolint:gosec AuthHTTPPathAuthorize = "/authorize" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextAuthValue ¶
type ContextAuthValue uint32
Click to show internal directories.
Click to hide internal directories.