Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetMeResponse ¶
type SignOutRequest ¶
type SignOutRequest struct {
SessionID *string `json:"session_id,omitempty"`
SignOutAll *bool `json:"sign_out_all,omitempty"`
}
func (*SignOutRequest) Validate ¶ added in v1.6.0
func (req *SignOutRequest) Validate() error
type SignOutResponse ¶
type SignOutResponse struct {
Message string `json:"message"`
}
type SignOutResult ¶
type SignOutResult struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.