package
1.0.0-beta.32
Repository: https://github.com/scaleway/scaleway-sdk-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewNoAuth return an auth with no authentication method.
NewJWT create a token authentication from a jwt.
NewNoAuth return an auth with no authentication method.
NewToken create a token authentication from an access key and a secret key.
# Structs
No description provided by the author
JWT is the session token used in browser.
No description provided by the author
Token is the pair accessKey + secretKey.
# Interfaces
Auth implement methods required for authentication.