Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocalEndpoint = "http://localhost:9229" LocalData = "./data/db/" )
Variables ¶
This section is empty.
Functions ¶
func ParseConfirmationCode ¶
func ParsePoolIDByName ¶
Types ¶
type AWS ¶
type Client ¶
type Client struct { ClientId string `json:"ClientId"` ClientName string `json:"ClientName"` CreationDate time.Time `json:"CreationDate"` LastModifiedDate time.Time `json:"LastModifiedDate"` UserPoolId string `json:"UserPoolId"` TokenValidityUnits struct { AccessToken string `json:"AccessToken"` IdToken string `json:"TokenID"` RefreshToken string `json:"RefreshToken"` } }
Click to show internal directories.
Click to hide internal directories.