validation

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

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

View Source
const MinTokenLength = 32

Variables

This section is empty.

Functions

func ValidateAccessToken

func ValidateAccessToken(accessToken *api.OAuthAccessToken) field.ErrorList

func ValidateAuthorizeToken

func ValidateAuthorizeToken(authorizeToken *api.OAuthAuthorizeToken) field.ErrorList

func ValidateClient

func ValidateClient(client *api.OAuthClient) field.ErrorList

func ValidateClientAuthorization

func ValidateClientAuthorization(clientAuthorization *api.OAuthClientAuthorization) field.ErrorList

func ValidateClientAuthorizationName added in v0.4.4

func ValidateClientAuthorizationName(name string, prefix bool) (bool, string)

func ValidateClientAuthorizationUpdate

func ValidateClientAuthorizationUpdate(newAuth *api.OAuthClientAuthorization, oldAuth *api.OAuthClientAuthorization) field.ErrorList

func ValidateClientNameField added in v0.4.4

func ValidateClientNameField(value string, fldPath *field.Path) field.ErrorList

func ValidateClientUpdate added in v0.4.4

func ValidateClientUpdate(client *api.OAuthClient, oldClient *api.OAuthClient) field.ErrorList

func ValidateRedirectURI added in v0.6.2

func ValidateRedirectURI(redirect string) (bool, string)

func ValidateTokenName added in v0.4.4

func ValidateTokenName(name string, prefix bool) (bool, string)

func ValidateUserNameField added in v0.4.4

func ValidateUserNameField(value string, fldPath *field.Path) field.ErrorList

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL