validation

package
v0.0.0-...-ea77a8b Latest Latest
Warning

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

Go to latest
Published: Jan 6, 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) 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

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

func ValidateClientNameField

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

func ValidateClientUpdate

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

func ValidateRedirectURI

func ValidateRedirectURI(redirect string) (bool, string)

func ValidateTokenName

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

func ValidateUserNameField

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