Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGQLClient ¶
type RefreshTokenParams ¶
type RefreshTokenParams struct {
RefreshToken string `json:"refreshToken"`
}
type RefreshTokenRequest ¶
type RefreshTokenRequest struct {
Params RefreshTokenParams
}
func (RefreshTokenRequest) Do ¶
func (r RefreshTokenRequest) Do(ctx context.Context, client IGQLClient) (*auth.JWT, error)
type RefreshTokenResponse ¶
type RegisterDeviceRequest ¶
type RegisterDeviceRequest struct{}
func (RegisterDeviceRequest) Do ¶
func (r RegisterDeviceRequest) Do(ctx context.Context, client IGQLClient) (*auth.Device, error)
type RegisterDeviceResponse ¶
type RequestJWTParams ¶
type RequestJWTParams struct {
DeviceCode string `json:"deviceCode"`
}
type RequestJWTRequest ¶
type RequestJWTRequest struct {
Params RequestJWTParams
}
func (RequestJWTRequest) Do ¶
func (r RequestJWTRequest) Do(ctx context.Context, client IGQLClient) (*auth.JWT, error)
type RequestJWTResponse ¶
Click to show internal directories.
Click to hide internal directories.