Documentation ¶
Overview ¶
Package apikeygranttype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Accesstoken = ApiKeyGrantType{"access_token"} Password = ApiKeyGrantType{"password"} )
Functions ¶
This section is empty.
Types ¶
type ApiKeyGrantType ¶
type ApiKeyGrantType struct {
Name string
}
func (ApiKeyGrantType) MarshalText ¶
func (a ApiKeyGrantType) MarshalText() (text []byte, err error)
func (ApiKeyGrantType) String ¶
func (a ApiKeyGrantType) String() string
func (*ApiKeyGrantType) UnmarshalText ¶
func (a *ApiKeyGrantType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.