auth

package
v0.7.0-alpha Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2019 License: Apache-2.0 Imports: 6 Imported by: 88

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 {
	PublicKey  string
	PrivateKey string
}

Credential is the information of credential keys

func NewCredential

func NewCredential() Credential

NewCredential will return credential config with default values

func (*Credential) BuildCredentialedQuery

func (c *Credential) BuildCredentialedQuery(query map[string]string) 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.

Jump to

Keyboard shortcuts

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