Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { // The client_id of your client. ClientID string `json:"client_id,omitempty"` // The client_secret of your client. ClientSecret string `json:"client_secret,omitempty"` // This is a required field containing format, iss and sub LoginHint map[string]string `json:"login_hint,omitempty"` // The scope for the flow Scope string `json:"scope,omitempty"` Audience string `json:"audience,omitempty"` BindingMessage string `json:"binding_message,omitempty"` }
Request defines the request body for calling the bc-authorize endpoint.
Click to show internal directories.
Click to hide internal directories.