Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager extends rest.Client, adding authentication related methods.
func NewManager ¶
NewManager creates a new Manager instance with the given client.
type TokenIssueSpec ¶
type TokenIssueSpec struct {
SubjectToken string `json:"subject_token"`
SubjectTokenType string `json:"subject_token_type"`
GrantType string `json:"grant_type"`
ActorToken string `json:"actor_token,omitempty"`
ActorTokenType string `json:"actor_token_type,omitempty"`
RequestedTokenType string `json:"requested_token_type,omitempty"`
Resource string `json:"resource,omitempty"`
Scope string `json:"scope,omitempty"`
Audience string `json:"audience,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.