token

package
v1.7.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2022 License: Apache-2.0 Imports: 7 Imported by: 36

Documentation

Overview

Package token provides a simple type for functions that generate tokens

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromContext

func FromContext(ctx context.Context) (string, time.Time, error)

FromContext returns token from the incoming context metadata.

func NewPerRPCCredentials

func NewPerRPCCredentials(genTokenFunc GeneratorFunc) credentials.PerRPCCredentials

NewPerRPCCredentials creates credentials.PerRPCCredentials based on token generator func

Types

type GeneratorFunc

type GeneratorFunc func(peerAuthInfo credentials.AuthInfo) (token string, expireTime time.Time, err error)

GeneratorFunc - a function which takes the credentials.AuthInfo of the peer of the client or server

and returns a token as a string (example: JWT), a expireTime, and an error.

Jump to

Keyboard shortcuts

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