Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type TokenEndpointAuthorizationCodeRequest ¶
type TokenEndpointAuthorizationCodeRequest struct { GrantType string `param:"grant_type" query:"grant_type" form:"grant_type" json:"grant_type" xml:"grant_type"` Code string `param:"code" query:"code" form:"code" json:"code" xml:"code"` CodeVerifier string `param:"code_verifier" query:"code_verifier" form:"code_verifier" json:"code_verifier" xml:"code_verifier"` RedirectURI string `param:"redirect_uri" query:"redirect_uri" form:"redirect_uri" json:"redirect_uri" xml:"redirect_uri"` }
type TokenEndpointRequest ¶
type TokenEndpointRequest struct {
GrantType string `param:"grant_type" query:"grant_type" form:"grant_type" json:"grant_type" xml:"grant_type"`
}
Click to show internal directories.
Click to hide internal directories.