Deprecated: Please use github.com/SKF/go-utility/v2 instead.
The highest tagged major version is
v2.
package
Version:
v1.10.1
Opens a new window with list of versions in this module.
Published: Dec 10, 2019
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Challenge struct {
ID string `json:"id"`
Type string `json:"type"`
}
type Config struct {
Stage string
}
type SignInResponse struct {
Data struct {
Tokens Tokens `json:"tokens"`
Challenge Challenge `json:"challenge"`
} `json:"data"`
}
type Tokens struct {
AccessToken string `json:"accessToken"`
IdentityToken string `json:"identityToken"`
RefreshToken string `json:"refreshToken"`
}
SignIn will sign in the user and if needed complete the change password challenge
Source Files
¶
Directories
¶
Package secretsmanagerauth provides a package for authenticating with credentials stored in Secrets Manager.
|
Package secretsmanagerauth provides a package for authenticating with credentials stored in Secrets Manager. |
Click to show internal directories.
Click to hide internal directories.