Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsAuthParameters ¶
type AwsAuthRequest ¶
type AwsAuthRequest struct { AuthParameters AwsAuthParameters `json:"AuthParameters"` AuthFlow string `json:"AuthFlow"` ClientID string `json:"ClientId"` }
AuthRequest represents the structure for the authentication request.
type AwsAuthenticationResult ¶
type AwsAuthenticationResult struct { AccessToken string `json:"AccessToken"` ExpiresIn int `json:"ExpiresIn"` IdToken string `json:"IdToken"` RefreshToken string `json:"RefreshToken"` TokenType string `json:"TokenType"` }
AuthenticationResult represents the structure for the authentication result.
type AwsIncognitoResponse ¶
type AwsIncognitoResponse struct { AuthenticationResult AwsAuthenticationResult `json:"AuthenticationResult"` ChallengeParameters map[string]string `json:"ChallengeParameters"` }
Response represents the main structure of the response.
Click to show internal directories.
Click to hide internal directories.