Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type AccessToken string
func (AccessToken) GetTokenClaims ¶
func (t AccessToken) GetTokenClaims() (jwt.MapClaims, error)
func (AccessToken) GetTokenExp ¶
func (t AccessToken) GetTokenExp() (time.Time, error)
func (AccessToken) GetTokenTenantId ¶
func (t AccessToken) GetTokenTenantId() (string, error)
Click to show internal directories.
Click to hide internal directories.