Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordGrantFlow ¶
type PasswordGrantFlow struct{}
func (PasswordGrantFlow) Authenticate ¶
func (passwordGrantFlow PasswordGrantFlow) Authenticate(request *models.OAuthLoginRequest) (*models.OAuthLoginResponse, *models.OAuthErrorResponse)
func (PasswordGrantFlow) RefreshToken ¶
func (passwordGrantFlow PasswordGrantFlow) RefreshToken(request *models.OAuthLoginRequest) (*models.OAuthLoginResponse, *models.OAuthErrorResponse)
Click to show internal directories.
Click to hide internal directories.