Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordCredentialsAuthSource ¶
type PasswordCredentialsAuthSource struct {
gitlab.AuthSource
// contains filtered or unexported fields
}
PasswordCredentialsAuthSource implements the AuthSource interface for the OAuth 2.0 resource owner password credentials flow.
func NewPasswordCredentialsAuthSource ¶
func NewPasswordCredentialsAuthSource(username, password string) *PasswordCredentialsAuthSource
Click to show internal directories.
Click to hide internal directories.