Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecuritySource ¶
type SecuritySource struct {
// contains filtered or unexported fields
}
func NewSecuritySource ¶
func NewSecuritySource() *SecuritySource
func (*SecuritySource) BearerAuth ¶
func (security *SecuritySource) BearerAuth(_ context.Context, _ codegen.OperationName) (codegen.BearerAuth, error)
func (*SecuritySource) GetToken ¶
func (security *SecuritySource) GetToken() string
func (*SecuritySource) SetToken ¶
func (security *SecuritySource) SetToken(token string)
Click to show internal directories.
Click to hide internal directories.