Documentation ¶
Overview ¶
Package granttype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Password = GrantType{"password"} Accesstoken = GrantType{"access_token"} )
Functions ¶
This section is empty.
Types ¶
type GrantType ¶
type GrantType struct {
Name string
}
func (GrantType) MarshalText ¶
func (*GrantType) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.