Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const MinTokenLength + var CodeChallengeMethodsSupported = []string + func ValidateAccessToken(accessToken *api.OAuthAccessToken) field.ErrorList + func ValidateAccessTokenUpdate(newToken, oldToken *api.OAuthAccessToken) field.ErrorList + func ValidateAuthorizeToken(authorizeToken *api.OAuthAuthorizeToken) field.ErrorList + func ValidateAuthorizeTokenUpdate(newToken, oldToken *api.OAuthAuthorizeToken) field.ErrorList + func ValidateClient(client *api.OAuthClient) field.ErrorList + func ValidateClientAuthorization(clientAuthorization *api.OAuthClientAuthorization) field.ErrorList + func ValidateClientAuthorizationName(name string, prefix bool) []string + func ValidateClientAuthorizationUpdate(newAuth *api.OAuthClientAuthorization, oldAuth *api.OAuthClientAuthorization) field.ErrorList + func ValidateClientNameField(value string, fldPath *field.Path) field.ErrorList + func ValidateClientUpdate(client *api.OAuthClient, oldClient *api.OAuthClient) field.ErrorList + func ValidateOAuthRedirectReference(sref *api.OAuthRedirectReference) field.ErrorList + func ValidateRedirectURI(redirect string) (bool, string) + func ValidateScopeRestriction(restriction api.ScopeRestriction, fldPath *field.Path) field.ErrorList + func ValidateScopes(scopes []string, fldPath *field.Path) field.ErrorList + func ValidateTokenName(name string, prefix bool) []string + func ValidateUserNameField(value string, fldPath *field.Path) field.ErrorList v1.5.0-alpha.1 Dec 29, 2016