Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntrospectionResponse ¶ added in v0.2.3
type IntrospectionResponse struct {
Active bool `json:"active"`
Scope *storage.Scope `json:"scope,omitempty"`
ClientID string `json:"client_id,omitempty"`
Username string `json:"username,omitempty"`
Expires uint64 `json:"exp,omitempty"`
Error string `json:"error,omitempty"`
ErrorDescription string `json:"error_description,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.