auth

package
v2.9.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Options       auth.Options
	TokenProvider token.Provider

	sync.Mutex
	// contains filtered or unexported fields
}

Auth processes RPC calls

func (*Auth) Generate

func (a *Auth) Generate(ctx context.Context, req *pb.GenerateRequest, rsp *pb.GenerateResponse) error

Generate an account

func (*Auth) Init

func (a *Auth) Init(opts ...auth.Option)

Init the auth

func (*Auth) Inspect

func (a *Auth) Inspect(ctx context.Context, req *pb.InspectRequest, rsp *pb.InspectResponse) error

Inspect a token and retrieve the account

func (*Auth) List

List returns all auth accounts

func (*Auth) Token

func (a *Auth) Token(ctx context.Context, req *pb.TokenRequest, rsp *pb.TokenResponse) error

Token generation using an account ID and secret

Jump to

Keyboard shortcuts

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