auth

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package auth is the credential utilities of sdk

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	// uspeedo Public Key
	PublicKey string

	// uspeedo Private Key
	PrivateKey string

	// uspeedo STS token for temporary usage
	SecurityToken string

	// Time the credentials will expire.
	CanExpire bool
	Expires   time.Time
}

Credential is the information of credential keys

func NewCredential

func NewCredential() Credential

NewCredential will return credential config with default values

func (*Credential) Apply

func (c *Credential) Apply(payload map[string]interface{}) map[string]interface{}

Apply will return payload with credential and signature

func (*Credential) BuildCredentialedQuery

func (c *Credential) BuildCredentialedQuery(params map[string]interface{}) string

BuildCredentialedQuery will build query string with signature query param.

func (*Credential) CreateSign

func (c *Credential) CreateSign(query string) string

CreateSign will encode query string to credential signature.

func (*Credential) IsExpired

func (c *Credential) IsExpired() bool

IsExpired will return if the credential is expired

func (*Credential) VerifyAc

func (c *Credential) VerifyAc(payload map[string]interface{}) string

VerifyAc will return payload with credential and signature

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL