Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalhostCallbackAuthenticator ¶ added in v0.4.0
type LocalhostCallbackAuthenticator struct {
// contains filtered or unexported fields
}
func NewLocalhostCallbackAuthenticator ¶ added in v0.4.0
func NewLocalhostCallbackAuthenticator() *LocalhostCallbackAuthenticator
func (*LocalhostCallbackAuthenticator) Endpoint ¶ added in v0.4.0
func (d *LocalhostCallbackAuthenticator) Endpoint() string
Endpoint returns the URL this server is listening to. Start() must be called prior to this.
func (*LocalhostCallbackAuthenticator) Start ¶ added in v0.4.0
func (d *LocalhostCallbackAuthenticator) Start() error
func (*LocalhostCallbackAuthenticator) WaitForResponse ¶ added in v0.4.0
func (d *LocalhostCallbackAuthenticator) WaitForResponse(ctx context.Context) (runtime.Object, *schema.GroupVersionKind, error)
Click to show internal directories.
Click to hide internal directories.