auth

package
v0.0.0-...-11149d6 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package auth provides authentication related functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth interface {
	// ParseToken トークン文字列をパースしてセッション情報を返す。
	ParseToken(tokenString string, now time.Time) (*session.Session, error)
	// NewSessionToken セッション ID とトークン文字列を生成する。
	NewSessionToken(clientType session.ClientType, clientID string, now time.Time) (string, string, error)
}

Auth 認証関連の機能を提供するインターフェース。

func New

func New(secret []byte, issuer string) Auth

New Auth を生成して返す。

Jump to

Keyboard shortcuts

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