package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Mar 8, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetConsoleURL - Returns the sign-in URL
type AppRole struct {
RoleARN string `json:"role_arn"`
AccountID string `json:"account_id"`
AppName string `json:"name"`
Region string `json:"region"`
}
type DeviceCodeResp struct {
DeviceCode string `json:"device_code"`
ExpiresIn int `json:"expires_in"`
UserCode string `json:"user_code"`
VerificationURI string `json:"verification_uri"`
Interval int `json:"interval"`
VerificationURIComplete string `json:"verification_uri_complete"`
}
LoginInit start login process with Auth0
type Tokens struct {
AccessToken string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
IDToken string `json:"id_token"`
RefreshToken string `json:"refresh_token"`
Scope string `json:"scope"`
TokenType string `json:"token_type"`
}
type UserInfo struct {
Email string `json:"email"`
Apps []AppRole `json:"https://apppack.io/apps"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.