v1

package
v0.0.47 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_vince_auth_v1_auth_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccessData

type AccessData struct {
	Client        *AuthorizedClient      `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	AuthorizeData *AuthorizeData         `protobuf:"bytes,2,opt,name=authorize_data,json=authorizeData,proto3" json:"authorize_data,omitempty"`
	AccessData    *AccessData            `protobuf:"bytes,3,opt,name=access_data,json=accessData,proto3" json:"access_data,omitempty"`
	AccessToken   string                 `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	RefreshToken  string                 `protobuf:"bytes,5,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	ExpiresIn     int32                  `protobuf:"varint,6,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	Scope         string                 `protobuf:"bytes,7,opt,name=scope,proto3" json:"scope,omitempty"`
	RedirectUri   string                 `protobuf:"bytes,8,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessData) Descriptor deprecated

func (*AccessData) Descriptor() ([]byte, []int)

Deprecated: Use AccessData.ProtoReflect.Descriptor instead.

func (*AccessData) GetAccessData

func (x *AccessData) GetAccessData() *AccessData

func (*AccessData) GetAccessToken

func (x *AccessData) GetAccessToken() string

func (*AccessData) GetAuthorizeData

func (x *AccessData) GetAuthorizeData() *AuthorizeData

func (*AccessData) GetClient

func (x *AccessData) GetClient() *AuthorizedClient

func (*AccessData) GetCreatedAt

func (x *AccessData) GetCreatedAt() *timestamppb.Timestamp

func (*AccessData) GetExpiresIn

func (x *AccessData) GetExpiresIn() int32

func (*AccessData) GetRedirectUri

func (x *AccessData) GetRedirectUri() string

func (*AccessData) GetRefreshToken

func (x *AccessData) GetRefreshToken() string

func (*AccessData) GetScope

func (x *AccessData) GetScope() string

func (*AccessData) MarshalToSizedBufferVT

func (m *AccessData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccessData) MarshalToVT

func (m *AccessData) MarshalToVT(dAtA []byte) (int, error)

func (*AccessData) MarshalVT

func (m *AccessData) MarshalVT() (dAtA []byte, err error)

func (*AccessData) ProtoMessage

func (*AccessData) ProtoMessage()

func (*AccessData) ProtoReflect

func (x *AccessData) ProtoReflect() protoreflect.Message

func (*AccessData) Reset

func (x *AccessData) Reset()

func (*AccessData) SizeVT

func (m *AccessData) SizeVT() (n int)

func (*AccessData) String

func (x *AccessData) String() string

func (*AccessData) UnmarshalVT

func (m *AccessData) UnmarshalVT(dAtA []byte) error

type AuthorizeData

type AuthorizeData struct {
	Client              *AuthorizedClient      `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	Code                string                 `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	ExpiresIn           int32                  `protobuf:"varint,3,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	Scope               string                 `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"`
	RedirectUri         string                 `protobuf:"bytes,5,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	State               string                 `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	CreatedAt           *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	CodeChallenge       string                 `protobuf:"bytes,8,opt,name=code_challenge,json=codeChallenge,proto3" json:"code_challenge,omitempty"`
	CodeChallengeMethod string                 `protobuf:"bytes,9,opt,name=code_challenge_method,json=codeChallengeMethod,proto3" json:"code_challenge_method,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizeData) Descriptor deprecated

func (*AuthorizeData) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizeData.ProtoReflect.Descriptor instead.

func (*AuthorizeData) GetClient

func (x *AuthorizeData) GetClient() *AuthorizedClient

func (*AuthorizeData) GetCode

func (x *AuthorizeData) GetCode() string

func (*AuthorizeData) GetCodeChallenge

func (x *AuthorizeData) GetCodeChallenge() string

func (*AuthorizeData) GetCodeChallengeMethod

func (x *AuthorizeData) GetCodeChallengeMethod() string

func (*AuthorizeData) GetCreatedAt

func (x *AuthorizeData) GetCreatedAt() *timestamppb.Timestamp

func (*AuthorizeData) GetExpiresIn

func (x *AuthorizeData) GetExpiresIn() int32

func (*AuthorizeData) GetRedirectUri

func (x *AuthorizeData) GetRedirectUri() string

func (*AuthorizeData) GetScope

func (x *AuthorizeData) GetScope() string

func (*AuthorizeData) GetState

func (x *AuthorizeData) GetState() string

func (*AuthorizeData) MarshalToSizedBufferVT

func (m *AuthorizeData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthorizeData) MarshalToVT

func (m *AuthorizeData) MarshalToVT(dAtA []byte) (int, error)

func (*AuthorizeData) MarshalVT

func (m *AuthorizeData) MarshalVT() (dAtA []byte, err error)

func (*AuthorizeData) ProtoMessage

func (*AuthorizeData) ProtoMessage()

func (*AuthorizeData) ProtoReflect

func (x *AuthorizeData) ProtoReflect() protoreflect.Message

func (*AuthorizeData) Reset

func (x *AuthorizeData) Reset()

func (*AuthorizeData) SizeVT

func (m *AuthorizeData) SizeVT() (n int)

func (*AuthorizeData) String

func (x *AuthorizeData) String() string

func (*AuthorizeData) UnmarshalVT

func (m *AuthorizeData) UnmarshalVT(dAtA []byte) error

type AuthorizedClient

type AuthorizedClient struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Secret      string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	RedirectUrl string `protobuf:"bytes,3,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizedClient) Descriptor deprecated

func (*AuthorizedClient) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizedClient.ProtoReflect.Descriptor instead.

func (*AuthorizedClient) GetId

func (x *AuthorizedClient) GetId() string

func (*AuthorizedClient) GetRedirectUrl

func (x *AuthorizedClient) GetRedirectUrl() string

func (*AuthorizedClient) GetSecret

func (x *AuthorizedClient) GetSecret() string

func (*AuthorizedClient) MarshalToSizedBufferVT

func (m *AuthorizedClient) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthorizedClient) MarshalToVT

func (m *AuthorizedClient) MarshalToVT(dAtA []byte) (int, error)

func (*AuthorizedClient) MarshalVT

func (m *AuthorizedClient) MarshalVT() (dAtA []byte, err error)

func (*AuthorizedClient) ProtoMessage

func (*AuthorizedClient) ProtoMessage()

func (*AuthorizedClient) ProtoReflect

func (x *AuthorizedClient) ProtoReflect() protoreflect.Message

func (*AuthorizedClient) Reset

func (x *AuthorizedClient) Reset()

func (*AuthorizedClient) SizeVT

func (m *AuthorizedClient) SizeVT() (n int)

func (*AuthorizedClient) String

func (x *AuthorizedClient) String() string

func (*AuthorizedClient) UnmarshalVT

func (m *AuthorizedClient) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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