Documentation ¶
Index ¶
Constants ¶
View Source
const ( TransformationPlain = Method("plain") TransformationS256 = Method("S256") )
Defines for the possible Method
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PKCE ¶
type PKCE struct {
// contains filtered or unexported fields
}
PKCE is a type holding the information for a PKCE flow
func NewS256PKCE ¶
NewS256PKCE creates a new PKCE for the passed verifier and the Method TransformationS256
Click to show internal directories.
Click to hide internal directories.