session

package
v5.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrJWTTooOld = errors.New("JWT too old")

Functions

This section is empty.

Types

type Client

type Client struct {
	C    *stytch.Client
	JWKS *keyfunc.JWKS
}

func (*Client) Authenticate

func (*Client) AuthenticateJWT

func (c *Client) AuthenticateJWT(
	maxTokenAge time.Duration,
	body *stytch.SessionsAuthenticateParams,
) (*stytch.SessionsAuthenticateResponse, error)

func (*Client) AuthenticateJWTLocal added in v5.1.0

func (c *Client) AuthenticateJWTLocal(
	token string,
	maxTokenAge time.Duration,
) (*stytch.Session, error)

func (*Client) AuthenticateJWTWithClaims added in v5.7.0

func (c *Client) AuthenticateJWTWithClaims(
	maxTokenAge time.Duration,
	body *stytch.SessionsAuthenticateParams,
	claims interface{},
) (*stytch.SessionsAuthenticateResponse, error)

func (*Client) AuthenticateWithClaims added in v5.7.0

func (c *Client) AuthenticateWithClaims(
	body *stytch.SessionsAuthenticateParams,
	claims interface{},
) (*stytch.SessionsAuthenticateResponse, error)

func (*Client) Get

func (*Client) GetJWKS

func (*Client) Revoke

Jump to

Keyboard shortcuts

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