validation

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2015 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) fielderrors.ValidationErrorList

func ValidateAuthorizeToken

func ValidateAuthorizeToken(authorizeToken *api.OAuthAuthorizeToken) fielderrors.ValidationErrorList

func ValidateClient

func ValidateClient(client *api.OAuthClient) fielderrors.ValidationErrorList

func ValidateClientAuthorization

func ValidateClientAuthorization(clientAuthorization *api.OAuthClientAuthorization) fielderrors.ValidationErrorList

func ValidateClientAuthorizationName added in v0.4.4

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

func ValidateClientNameField added in v0.4.4

func ValidateClientNameField(value string, field string) fielderrors.ValidationErrorList

func ValidateClientUpdate added in v0.4.4

func ValidateClientUpdate(client *api.OAuthClient, oldClient *api.OAuthClient) fielderrors.ValidationErrorList

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, field string) fielderrors.ValidationErrorList

Types

This section is empty.

Jump to

Keyboard shortcuts

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