auth

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2021 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IGQLClient

type IGQLClient interface {
	GQL() *graphql.Client
}

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 RefreshTokenResponse struct {
	auth.JWT `json:"refreshToken"`
}

type RegisterDeviceRequest

type RegisterDeviceRequest struct{}

func (RegisterDeviceRequest) Do

type RegisterDeviceResponse

type RegisterDeviceResponse struct {
	auth.Device `json:"registerDevice"`
}

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

type RequestJWTResponse struct {
	auth.JWT `json:"requestJwt"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL