jwt

package
v3.0.0-alpha.15 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccessTokenExpiration

func AccessTokenExpiration(accessToken string) (time.Time, error)

func ToOAuth2Token

func ToOAuth2Token(accessToken, refreshToken string) (*oauth2.Token, error)

ToOAuth2Token converts access token and refresh token to an oauth2.Token.

Types

type JWTAssertionTokenSource

type JWTAssertionTokenSource struct {
	Assertion       string
	ClientAssertion string
	ClientID        string
	ClientSecret    string
	GrantType       string
	Scopes          []string
	TokenURL        string
	HTTPClient      *http.Client
}

func (*JWTAssertionTokenSource) Token

func (s *JWTAssertionTokenSource) Token() (*oauth2.Token, error)

Jump to

Keyboard shortcuts

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