Documentation ¶
Overview ¶
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
Index ¶
- Constants
- Variables
- 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
Constants ¶
View Source
const MinTokenLength = 32
Variables ¶
View Source
var CodeChallengeMethodsSupported = []string{codeChallengeMethodPlain, codeChallengeMethodSHA256}
Functions ¶
func ValidateAccessToken ¶
func ValidateAccessToken(accessToken *api.OAuthAccessToken) field.ErrorList
func ValidateAccessTokenUpdate ¶ added in v1.3.0
func ValidateAccessTokenUpdate(newToken, oldToken *api.OAuthAccessToken) field.ErrorList
func ValidateAuthorizeToken ¶
func ValidateAuthorizeToken(authorizeToken *api.OAuthAuthorizeToken) field.ErrorList
func ValidateAuthorizeTokenUpdate ¶ added in v1.3.0
func ValidateAuthorizeTokenUpdate(newToken, oldToken *api.OAuthAuthorizeToken) field.ErrorList
func ValidateClient ¶
func ValidateClient(client *api.OAuthClient) field.ErrorList
func ValidateClientAuthorization ¶
func ValidateClientAuthorization(clientAuthorization *api.OAuthClientAuthorization) field.ErrorList
func ValidateClientAuthorizationUpdate ¶
func ValidateClientAuthorizationUpdate(newAuth *api.OAuthClientAuthorization, oldAuth *api.OAuthClientAuthorization) field.ErrorList
func ValidateClientNameField ¶
func ValidateClientUpdate ¶
func ValidateClientUpdate(client *api.OAuthClient, oldClient *api.OAuthClient) field.ErrorList
func ValidateOAuthRedirectReference ¶ added in v1.4.0
func ValidateOAuthRedirectReference(sref *api.OAuthRedirectReference) field.ErrorList
func ValidateRedirectURI ¶
func ValidateScopeRestriction ¶ added in v1.3.0
func ValidateScopes ¶ added in v1.3.0
func ValidateTokenName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.