package
0.0.0-20200422070036-0ae9f9e3b321
Repository: https://github.com/gobeam/golang-oauth.git
Documentation: pkg.go.dev

# Functions

NewToken create to token model instance.

# Structs

AccessTokenPayload is data that will be encrypted by RSA encryption.
AccessTokens is model for Oauth Access Token.
Clients is model for oauth clients.
Model is default model.
RefreshTokenPayload is model for oauth refresh token.
RefreshTokens is model for oauth refresh token.
Token struct which hold token details.
TokenResponse model after creating access token and refresh token.

# Interfaces

TokenInfo the token information model interface.