Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnonymousAuthSchema ¶
func BasicAuthSchema ¶
func BearerAuthSchema ¶
Types ¶
type AnonymousAuth ¶
type AnonymousAuth struct{}
func (*AnonymousAuth) CreateAuthenticator ¶
func (*AnonymousAuth) CreateAuthenticator() authn.Authenticator
type Auth ¶
type Auth interface {
CreateAuthenticator() authn.Authenticator
}
type BasicAuth ¶
func (*BasicAuth) CreateAuthenticator ¶
func (auth *BasicAuth) CreateAuthenticator() authn.Authenticator
type BearerAuth ¶
type BearerAuth struct {
Token string `tfsdk:"string"`
}
func (*BearerAuth) CreateAuthenticator ¶
func (auth *BearerAuth) CreateAuthenticator() authn.Authenticator
Click to show internal directories.
Click to hide internal directories.