Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V1AuthnRequest ¶
type V1AuthnRequest struct {
APIVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Spec V1AuthnRequestSpec `json:"spec"`
}
type V1AuthnRequestSpec ¶
type V1AuthnRequestSpec struct {
Token string `json:"token"`
}
type V1AuthnResponse ¶
type V1AuthnResponse struct {
APIVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Status V1AuthnResponseStatus `json:"status"`
}
type V1AuthnResponseStatus ¶
type V1AuthnResponseStatus struct {
Authenticated bool `json:"authenticated"`
User *V1AuthnResponseUser `json:"user,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.