Documentation
¶
Overview ¶
Package apikeygranttype https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/security/grant_api_key/types.ts#L31-L34
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 {
// contains filtered or unexported fields
}
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.