Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChallengeResponse ¶
ChallengeResponse represents the response from the generate challenge endpoint.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client for interacting with the Dex JWT server.
type TokenResponse ¶
type TokenResponse struct {
AccessToken string `json:"access_token"`
}
TokenResponse represents the response from the submit challenge endpoint.
Click to show internal directories.
Click to hide internal directories.