Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2016 Changes in this version + type AuthorizeCodeGrantStorage interface + PersistAuthorizeCodeGrantSession func(ctx context.Context, authorizeCode, accessSignature, refreshSignature string, ...) error + type AuthorizeExplicitGrantTypeHandler struct + AccessTokenLifespan time.Duration + AccessTokenStrategy core.AccessTokenStrategy + AuthCodeLifespan time.Duration + AuthorizeCodeGrantStorage AuthorizeCodeGrantStorage + AuthorizeCodeStrategy core.AuthorizeCodeStrategy + RefreshTokenStrategy core.RefreshTokenStrategy + func (c *AuthorizeExplicitGrantTypeHandler) HandleAuthorizeEndpointRequest(ctx context.Context, req *http.Request, ar AuthorizeRequester, ...) error + func (c *AuthorizeExplicitGrantTypeHandler) HandleTokenEndpointRequest(ctx context.Context, r *http.Request, request fosite.AccessRequester) error + func (c *AuthorizeExplicitGrantTypeHandler) IssueAuthorizeCode(ctx context.Context, req *http.Request, ar AuthorizeRequester, ...) error + func (c *AuthorizeExplicitGrantTypeHandler) PopulateTokenEndpointResponse(ctx context.Context, req *http.Request, requester fosite.AccessRequester, ...) error