Documentation ¶
Index ¶
- Variables
- func RegisterAPIKeyServiceServer(s *grpc.Server, srv APIKeyServiceServer)
- func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)
- type APIKey
- func (*APIKey) Descriptor() ([]byte, []int)
- func (this *APIKey) Equal(that interface{}) bool
- func (m *APIKey) GetCreatedAt() *types.Timestamp
- func (m *APIKey) GetDesc() string
- func (m *APIKey) GetID() *uuidpb.UUID
- func (m *APIKey) GetKey() string
- func (m *APIKey) GetOrgID() *uuidpb.UUID
- func (m *APIKey) GetUserID() *uuidpb.UUID
- func (this *APIKey) GoString() string
- func (m *APIKey) Marshal() (dAtA []byte, err error)
- func (m *APIKey) MarshalTo(dAtA []byte) (int, error)
- func (m *APIKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*APIKey) ProtoMessage()
- func (m *APIKey) Reset()
- func (m *APIKey) Size() (n int)
- func (this *APIKey) String() string
- func (m *APIKey) Unmarshal(dAtA []byte) error
- func (m *APIKey) XXX_DiscardUnknown()
- func (m *APIKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *APIKey) XXX_Merge(src proto.Message)
- func (m *APIKey) XXX_Size() int
- func (m *APIKey) XXX_Unmarshal(b []byte) error
- type APIKeyMetadata
- func (*APIKeyMetadata) Descriptor() ([]byte, []int)
- func (this *APIKeyMetadata) Equal(that interface{}) bool
- func (m *APIKeyMetadata) GetCreatedAt() *types.Timestamp
- func (m *APIKeyMetadata) GetDesc() string
- func (m *APIKeyMetadata) GetID() *uuidpb.UUID
- func (m *APIKeyMetadata) GetOrgID() *uuidpb.UUID
- func (m *APIKeyMetadata) GetUserID() *uuidpb.UUID
- func (this *APIKeyMetadata) GoString() string
- func (m *APIKeyMetadata) Marshal() (dAtA []byte, err error)
- func (m *APIKeyMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *APIKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*APIKeyMetadata) ProtoMessage()
- func (m *APIKeyMetadata) Reset()
- func (m *APIKeyMetadata) Size() (n int)
- func (this *APIKeyMetadata) String() string
- func (m *APIKeyMetadata) Unmarshal(dAtA []byte) error
- func (m *APIKeyMetadata) XXX_DiscardUnknown()
- func (m *APIKeyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *APIKeyMetadata) XXX_Merge(src proto.Message)
- func (m *APIKeyMetadata) XXX_Size() int
- func (m *APIKeyMetadata) XXX_Unmarshal(b []byte) error
- type APIKeyServiceClient
- type APIKeyServiceServer
- type AuthServiceClient
- type AuthServiceServer
- type AuthenticatedUserInfo
- func (*AuthenticatedUserInfo) Descriptor() ([]byte, []int)
- func (this *AuthenticatedUserInfo) Equal(that interface{}) bool
- func (m *AuthenticatedUserInfo) GetEmail() string
- func (m *AuthenticatedUserInfo) GetFirstName() string
- func (m *AuthenticatedUserInfo) GetLastName() string
- func (m *AuthenticatedUserInfo) GetUserID() *uuidpb.UUID
- func (this *AuthenticatedUserInfo) GoString() string
- func (m *AuthenticatedUserInfo) Marshal() (dAtA []byte, err error)
- func (m *AuthenticatedUserInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *AuthenticatedUserInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AuthenticatedUserInfo) ProtoMessage()
- func (m *AuthenticatedUserInfo) Reset()
- func (m *AuthenticatedUserInfo) Size() (n int)
- func (this *AuthenticatedUserInfo) String() string
- func (m *AuthenticatedUserInfo) Unmarshal(dAtA []byte) error
- func (m *AuthenticatedUserInfo) XXX_DiscardUnknown()
- func (m *AuthenticatedUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthenticatedUserInfo) XXX_Merge(src proto.Message)
- func (m *AuthenticatedUserInfo) XXX_Size() int
- func (m *AuthenticatedUserInfo) XXX_Unmarshal(b []byte) error
- type CreateAPIKeyRequest
- func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *CreateAPIKeyRequest) Equal(that interface{}) bool
- func (m *CreateAPIKeyRequest) GetDesc() string
- func (this *CreateAPIKeyRequest) GoString() string
- func (m *CreateAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateAPIKeyRequest) ProtoMessage()
- func (m *CreateAPIKeyRequest) Reset()
- func (m *CreateAPIKeyRequest) Size() (n int)
- func (this *CreateAPIKeyRequest) String() string
- func (m *CreateAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *CreateAPIKeyRequest) XXX_DiscardUnknown()
- func (m *CreateAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *CreateAPIKeyRequest) XXX_Size() int
- func (m *CreateAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type CreateOrgAndInviteUserRequest
- func (*CreateOrgAndInviteUserRequest) Descriptor() ([]byte, []int)
- func (this *CreateOrgAndInviteUserRequest) Equal(that interface{}) bool
- func (m *CreateOrgAndInviteUserRequest) GetOrg() *CreateOrgAndInviteUserRequest_Org
- func (m *CreateOrgAndInviteUserRequest) GetUser() *CreateOrgAndInviteUserRequest_User
- func (this *CreateOrgAndInviteUserRequest) GoString() string
- func (m *CreateOrgAndInviteUserRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateOrgAndInviteUserRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateOrgAndInviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateOrgAndInviteUserRequest) ProtoMessage()
- func (m *CreateOrgAndInviteUserRequest) Reset()
- func (m *CreateOrgAndInviteUserRequest) Size() (n int)
- func (this *CreateOrgAndInviteUserRequest) String() string
- func (m *CreateOrgAndInviteUserRequest) Unmarshal(dAtA []byte) error
- func (m *CreateOrgAndInviteUserRequest) XXX_DiscardUnknown()
- func (m *CreateOrgAndInviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrgAndInviteUserRequest) XXX_Merge(src proto.Message)
- func (m *CreateOrgAndInviteUserRequest) XXX_Size() int
- func (m *CreateOrgAndInviteUserRequest) XXX_Unmarshal(b []byte) error
- type CreateOrgAndInviteUserRequest_Org
- func (*CreateOrgAndInviteUserRequest_Org) Descriptor() ([]byte, []int)
- func (this *CreateOrgAndInviteUserRequest_Org) Equal(that interface{}) bool
- func (m *CreateOrgAndInviteUserRequest_Org) GetDomainName() string
- func (m *CreateOrgAndInviteUserRequest_Org) GetOrgName() string
- func (this *CreateOrgAndInviteUserRequest_Org) GoString() string
- func (m *CreateOrgAndInviteUserRequest_Org) Marshal() (dAtA []byte, err error)
- func (m *CreateOrgAndInviteUserRequest_Org) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateOrgAndInviteUserRequest_Org) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateOrgAndInviteUserRequest_Org) ProtoMessage()
- func (m *CreateOrgAndInviteUserRequest_Org) Reset()
- func (m *CreateOrgAndInviteUserRequest_Org) Size() (n int)
- func (this *CreateOrgAndInviteUserRequest_Org) String() string
- func (m *CreateOrgAndInviteUserRequest_Org) Unmarshal(dAtA []byte) error
- func (m *CreateOrgAndInviteUserRequest_Org) XXX_DiscardUnknown()
- func (m *CreateOrgAndInviteUserRequest_Org) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrgAndInviteUserRequest_Org) XXX_Merge(src proto.Message)
- func (m *CreateOrgAndInviteUserRequest_Org) XXX_Size() int
- func (m *CreateOrgAndInviteUserRequest_Org) XXX_Unmarshal(b []byte) error
- type CreateOrgAndInviteUserRequest_User
- func (*CreateOrgAndInviteUserRequest_User) Descriptor() ([]byte, []int)
- func (this *CreateOrgAndInviteUserRequest_User) Equal(that interface{}) bool
- func (m *CreateOrgAndInviteUserRequest_User) GetEmail() string
- func (m *CreateOrgAndInviteUserRequest_User) GetFirstName() string
- func (m *CreateOrgAndInviteUserRequest_User) GetLastName() string
- func (this *CreateOrgAndInviteUserRequest_User) GoString() string
- func (m *CreateOrgAndInviteUserRequest_User) Marshal() (dAtA []byte, err error)
- func (m *CreateOrgAndInviteUserRequest_User) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateOrgAndInviteUserRequest_User) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateOrgAndInviteUserRequest_User) ProtoMessage()
- func (m *CreateOrgAndInviteUserRequest_User) Reset()
- func (m *CreateOrgAndInviteUserRequest_User) Size() (n int)
- func (this *CreateOrgAndInviteUserRequest_User) String() string
- func (m *CreateOrgAndInviteUserRequest_User) Unmarshal(dAtA []byte) error
- func (m *CreateOrgAndInviteUserRequest_User) XXX_DiscardUnknown()
- func (m *CreateOrgAndInviteUserRequest_User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrgAndInviteUserRequest_User) XXX_Merge(src proto.Message)
- func (m *CreateOrgAndInviteUserRequest_User) XXX_Size() int
- func (m *CreateOrgAndInviteUserRequest_User) XXX_Unmarshal(b []byte) error
- type CreateOrgAndInviteUserResponse
- func (*CreateOrgAndInviteUserResponse) Descriptor() ([]byte, []int)
- func (this *CreateOrgAndInviteUserResponse) Equal(that interface{}) bool
- func (m *CreateOrgAndInviteUserResponse) GetInviteLink() string
- func (this *CreateOrgAndInviteUserResponse) GoString() string
- func (m *CreateOrgAndInviteUserResponse) Marshal() (dAtA []byte, err error)
- func (m *CreateOrgAndInviteUserResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateOrgAndInviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateOrgAndInviteUserResponse) ProtoMessage()
- func (m *CreateOrgAndInviteUserResponse) Reset()
- func (m *CreateOrgAndInviteUserResponse) Size() (n int)
- func (this *CreateOrgAndInviteUserResponse) String() string
- func (m *CreateOrgAndInviteUserResponse) Unmarshal(dAtA []byte) error
- func (m *CreateOrgAndInviteUserResponse) XXX_DiscardUnknown()
- func (m *CreateOrgAndInviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrgAndInviteUserResponse) XXX_Merge(src proto.Message)
- func (m *CreateOrgAndInviteUserResponse) XXX_Size() int
- func (m *CreateOrgAndInviteUserResponse) XXX_Unmarshal(b []byte) error
- type GetAPIKeyRequest
- func (*GetAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *GetAPIKeyRequest) Equal(that interface{}) bool
- func (m *GetAPIKeyRequest) GetID() *uuidpb.UUID
- func (this *GetAPIKeyRequest) GoString() string
- func (m *GetAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *GetAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAPIKeyRequest) ProtoMessage()
- func (m *GetAPIKeyRequest) Reset()
- func (m *GetAPIKeyRequest) Size() (n int)
- func (this *GetAPIKeyRequest) String() string
- func (m *GetAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *GetAPIKeyRequest) XXX_DiscardUnknown()
- func (m *GetAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetAPIKeyRequest) XXX_Size() int
- func (m *GetAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type GetAPIKeyResponse
- func (*GetAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *GetAPIKeyResponse) Equal(that interface{}) bool
- func (m *GetAPIKeyResponse) GetKey() *APIKey
- func (this *GetAPIKeyResponse) GoString() string
- func (m *GetAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *GetAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAPIKeyResponse) ProtoMessage()
- func (m *GetAPIKeyResponse) Reset()
- func (m *GetAPIKeyResponse) Size() (n int)
- func (this *GetAPIKeyResponse) String() string
- func (m *GetAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *GetAPIKeyResponse) XXX_DiscardUnknown()
- func (m *GetAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *GetAPIKeyResponse) XXX_Size() int
- func (m *GetAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type GetAugmentedAuthTokenRequest
- func (*GetAugmentedAuthTokenRequest) Descriptor() ([]byte, []int)
- func (this *GetAugmentedAuthTokenRequest) Equal(that interface{}) bool
- func (m *GetAugmentedAuthTokenRequest) GetToken() string
- func (this *GetAugmentedAuthTokenRequest) GoString() string
- func (m *GetAugmentedAuthTokenRequest) Marshal() (dAtA []byte, err error)
- func (m *GetAugmentedAuthTokenRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAugmentedAuthTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAugmentedAuthTokenRequest) ProtoMessage()
- func (m *GetAugmentedAuthTokenRequest) Reset()
- func (m *GetAugmentedAuthTokenRequest) Size() (n int)
- func (this *GetAugmentedAuthTokenRequest) String() string
- func (m *GetAugmentedAuthTokenRequest) Unmarshal(dAtA []byte) error
- func (m *GetAugmentedAuthTokenRequest) XXX_DiscardUnknown()
- func (m *GetAugmentedAuthTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAugmentedAuthTokenRequest) XXX_Merge(src proto.Message)
- func (m *GetAugmentedAuthTokenRequest) XXX_Size() int
- func (m *GetAugmentedAuthTokenRequest) XXX_Unmarshal(b []byte) error
- type GetAugmentedAuthTokenResponse
- func (*GetAugmentedAuthTokenResponse) Descriptor() ([]byte, []int)
- func (this *GetAugmentedAuthTokenResponse) Equal(that interface{}) bool
- func (m *GetAugmentedAuthTokenResponse) GetExpiresAt() int64
- func (m *GetAugmentedAuthTokenResponse) GetToken() string
- func (this *GetAugmentedAuthTokenResponse) GoString() string
- func (m *GetAugmentedAuthTokenResponse) Marshal() (dAtA []byte, err error)
- func (m *GetAugmentedAuthTokenResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAugmentedAuthTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAugmentedAuthTokenResponse) ProtoMessage()
- func (m *GetAugmentedAuthTokenResponse) Reset()
- func (m *GetAugmentedAuthTokenResponse) Size() (n int)
- func (this *GetAugmentedAuthTokenResponse) String() string
- func (m *GetAugmentedAuthTokenResponse) Unmarshal(dAtA []byte) error
- func (m *GetAugmentedAuthTokenResponse) XXX_DiscardUnknown()
- func (m *GetAugmentedAuthTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAugmentedAuthTokenResponse) XXX_Merge(src proto.Message)
- func (m *GetAugmentedAuthTokenResponse) XXX_Size() int
- func (m *GetAugmentedAuthTokenResponse) XXX_Unmarshal(b []byte) error
- type GetAugmentedTokenForAPIKeyRequest
- func (*GetAugmentedTokenForAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *GetAugmentedTokenForAPIKeyRequest) Equal(that interface{}) bool
- func (m *GetAugmentedTokenForAPIKeyRequest) GetAPIKey() string
- func (this *GetAugmentedTokenForAPIKeyRequest) GoString() string
- func (m *GetAugmentedTokenForAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *GetAugmentedTokenForAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAugmentedTokenForAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAugmentedTokenForAPIKeyRequest) ProtoMessage()
- func (m *GetAugmentedTokenForAPIKeyRequest) Reset()
- func (m *GetAugmentedTokenForAPIKeyRequest) Size() (n int)
- func (this *GetAugmentedTokenForAPIKeyRequest) String() string
- func (m *GetAugmentedTokenForAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *GetAugmentedTokenForAPIKeyRequest) XXX_DiscardUnknown()
- func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Size() int
- func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type GetAugmentedTokenForAPIKeyResponse
- func (*GetAugmentedTokenForAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *GetAugmentedTokenForAPIKeyResponse) Equal(that interface{}) bool
- func (m *GetAugmentedTokenForAPIKeyResponse) GetExpiresAt() int64
- func (m *GetAugmentedTokenForAPIKeyResponse) GetToken() string
- func (this *GetAugmentedTokenForAPIKeyResponse) GoString() string
- func (m *GetAugmentedTokenForAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *GetAugmentedTokenForAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAugmentedTokenForAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAugmentedTokenForAPIKeyResponse) ProtoMessage()
- func (m *GetAugmentedTokenForAPIKeyResponse) Reset()
- func (m *GetAugmentedTokenForAPIKeyResponse) Size() (n int)
- func (this *GetAugmentedTokenForAPIKeyResponse) String() string
- func (m *GetAugmentedTokenForAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *GetAugmentedTokenForAPIKeyResponse) XXX_DiscardUnknown()
- func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Size() int
- func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type GetAuthConnectorTokenRequest
- func (*GetAuthConnectorTokenRequest) Descriptor() ([]byte, []int)
- func (this *GetAuthConnectorTokenRequest) Equal(that interface{}) bool
- func (m *GetAuthConnectorTokenRequest) GetClusterName() string
- func (this *GetAuthConnectorTokenRequest) GoString() string
- func (m *GetAuthConnectorTokenRequest) Marshal() (dAtA []byte, err error)
- func (m *GetAuthConnectorTokenRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAuthConnectorTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAuthConnectorTokenRequest) ProtoMessage()
- func (m *GetAuthConnectorTokenRequest) Reset()
- func (m *GetAuthConnectorTokenRequest) Size() (n int)
- func (this *GetAuthConnectorTokenRequest) String() string
- func (m *GetAuthConnectorTokenRequest) Unmarshal(dAtA []byte) error
- func (m *GetAuthConnectorTokenRequest) XXX_DiscardUnknown()
- func (m *GetAuthConnectorTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAuthConnectorTokenRequest) XXX_Merge(src proto.Message)
- func (m *GetAuthConnectorTokenRequest) XXX_Size() int
- func (m *GetAuthConnectorTokenRequest) XXX_Unmarshal(b []byte) error
- type GetAuthConnectorTokenResponse
- func (*GetAuthConnectorTokenResponse) Descriptor() ([]byte, []int)
- func (this *GetAuthConnectorTokenResponse) Equal(that interface{}) bool
- func (m *GetAuthConnectorTokenResponse) GetExpiresAt() int64
- func (m *GetAuthConnectorTokenResponse) GetToken() string
- func (this *GetAuthConnectorTokenResponse) GoString() string
- func (m *GetAuthConnectorTokenResponse) Marshal() (dAtA []byte, err error)
- func (m *GetAuthConnectorTokenResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAuthConnectorTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAuthConnectorTokenResponse) ProtoMessage()
- func (m *GetAuthConnectorTokenResponse) Reset()
- func (m *GetAuthConnectorTokenResponse) Size() (n int)
- func (this *GetAuthConnectorTokenResponse) String() string
- func (m *GetAuthConnectorTokenResponse) Unmarshal(dAtA []byte) error
- func (m *GetAuthConnectorTokenResponse) XXX_DiscardUnknown()
- func (m *GetAuthConnectorTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAuthConnectorTokenResponse) XXX_Merge(src proto.Message)
- func (m *GetAuthConnectorTokenResponse) XXX_Size() int
- func (m *GetAuthConnectorTokenResponse) XXX_Unmarshal(b []byte) error
- type InviteUserRequest
- func (*InviteUserRequest) Descriptor() ([]byte, []int)
- func (this *InviteUserRequest) Equal(that interface{}) bool
- func (m *InviteUserRequest) GetEmail() string
- func (m *InviteUserRequest) GetFirstName() string
- func (m *InviteUserRequest) GetLastName() string
- func (m *InviteUserRequest) GetOrgID() *uuidpb.UUID
- func (this *InviteUserRequest) GoString() string
- func (m *InviteUserRequest) Marshal() (dAtA []byte, err error)
- func (m *InviteUserRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *InviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InviteUserRequest) ProtoMessage()
- func (m *InviteUserRequest) Reset()
- func (m *InviteUserRequest) Size() (n int)
- func (this *InviteUserRequest) String() string
- func (m *InviteUserRequest) Unmarshal(dAtA []byte) error
- func (m *InviteUserRequest) XXX_DiscardUnknown()
- func (m *InviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InviteUserRequest) XXX_Merge(src proto.Message)
- func (m *InviteUserRequest) XXX_Size() int
- func (m *InviteUserRequest) XXX_Unmarshal(b []byte) error
- type InviteUserResponse
- func (*InviteUserResponse) Descriptor() ([]byte, []int)
- func (this *InviteUserResponse) Equal(that interface{}) bool
- func (m *InviteUserResponse) GetInviteLink() string
- func (this *InviteUserResponse) GoString() string
- func (m *InviteUserResponse) Marshal() (dAtA []byte, err error)
- func (m *InviteUserResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *InviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InviteUserResponse) ProtoMessage()
- func (m *InviteUserResponse) Reset()
- func (m *InviteUserResponse) Size() (n int)
- func (this *InviteUserResponse) String() string
- func (m *InviteUserResponse) Unmarshal(dAtA []byte) error
- func (m *InviteUserResponse) XXX_DiscardUnknown()
- func (m *InviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InviteUserResponse) XXX_Merge(src proto.Message)
- func (m *InviteUserResponse) XXX_Size() int
- func (m *InviteUserResponse) XXX_Unmarshal(b []byte) error
- type ListAPIKeyRequest
- func (*ListAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *ListAPIKeyRequest) Equal(that interface{}) bool
- func (this *ListAPIKeyRequest) GoString() string
- func (m *ListAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *ListAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAPIKeyRequest) ProtoMessage()
- func (m *ListAPIKeyRequest) Reset()
- func (m *ListAPIKeyRequest) Size() (n int)
- func (this *ListAPIKeyRequest) String() string
- func (m *ListAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *ListAPIKeyRequest) XXX_DiscardUnknown()
- func (m *ListAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *ListAPIKeyRequest) XXX_Size() int
- func (m *ListAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type ListAPIKeyResponse
- func (*ListAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *ListAPIKeyResponse) Equal(that interface{}) bool
- func (m *ListAPIKeyResponse) GetKeys() []*APIKeyMetadata
- func (this *ListAPIKeyResponse) GoString() string
- func (m *ListAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *ListAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAPIKeyResponse) ProtoMessage()
- func (m *ListAPIKeyResponse) Reset()
- func (m *ListAPIKeyResponse) Size() (n int)
- func (this *ListAPIKeyResponse) String() string
- func (m *ListAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *ListAPIKeyResponse) XXX_DiscardUnknown()
- func (m *ListAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *ListAPIKeyResponse) XXX_Size() int
- func (m *ListAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type LoginReply
- func (*LoginReply) Descriptor() ([]byte, []int)
- func (this *LoginReply) Equal(that interface{}) bool
- func (m *LoginReply) GetExpiresAt() int64
- func (m *LoginReply) GetIdentityProvider() string
- func (m *LoginReply) GetOrgInfo() *LoginReply_OrgInfo
- func (m *LoginReply) GetToken() string
- func (m *LoginReply) GetUserCreated() bool
- func (m *LoginReply) GetUserInfo() *AuthenticatedUserInfo
- func (this *LoginReply) GoString() string
- func (m *LoginReply) Marshal() (dAtA []byte, err error)
- func (m *LoginReply) MarshalTo(dAtA []byte) (int, error)
- func (m *LoginReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LoginReply) ProtoMessage()
- func (m *LoginReply) Reset()
- func (m *LoginReply) Size() (n int)
- func (this *LoginReply) String() string
- func (m *LoginReply) Unmarshal(dAtA []byte) error
- func (m *LoginReply) XXX_DiscardUnknown()
- func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LoginReply) XXX_Merge(src proto.Message)
- func (m *LoginReply) XXX_Size() int
- func (m *LoginReply) XXX_Unmarshal(b []byte) error
- type LoginReply_OrgInfo
- func (*LoginReply_OrgInfo) Descriptor() ([]byte, []int)
- func (this *LoginReply_OrgInfo) Equal(that interface{}) bool
- func (m *LoginReply_OrgInfo) GetOrgID() string
- func (m *LoginReply_OrgInfo) GetOrgName() string
- func (this *LoginReply_OrgInfo) GoString() string
- func (m *LoginReply_OrgInfo) Marshal() (dAtA []byte, err error)
- func (m *LoginReply_OrgInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *LoginReply_OrgInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LoginReply_OrgInfo) ProtoMessage()
- func (m *LoginReply_OrgInfo) Reset()
- func (m *LoginReply_OrgInfo) Size() (n int)
- func (this *LoginReply_OrgInfo) String() string
- func (m *LoginReply_OrgInfo) Unmarshal(dAtA []byte) error
- func (m *LoginReply_OrgInfo) XXX_DiscardUnknown()
- func (m *LoginReply_OrgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LoginReply_OrgInfo) XXX_Merge(src proto.Message)
- func (m *LoginReply_OrgInfo) XXX_Size() int
- func (m *LoginReply_OrgInfo) XXX_Unmarshal(b []byte) error
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)
- func (this *LoginRequest) Equal(that interface{}) bool
- func (m *LoginRequest) GetAccessToken() string
- func (m *LoginRequest) GetCreateUserIfNotExists() bool
- func (m *LoginRequest) GetInviteToken() string
- func (this *LoginRequest) GoString() string
- func (m *LoginRequest) Marshal() (dAtA []byte, err error)
- func (m *LoginRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LoginRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LoginRequest) ProtoMessage()
- func (m *LoginRequest) Reset()
- func (m *LoginRequest) Size() (n int)
- func (this *LoginRequest) String() string
- func (m *LoginRequest) Unmarshal(dAtA []byte) error
- func (m *LoginRequest) XXX_DiscardUnknown()
- func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LoginRequest) XXX_Merge(src proto.Message)
- func (m *LoginRequest) XXX_Size() int
- func (m *LoginRequest) XXX_Unmarshal(b []byte) error
- type LookupAPIKeyRequest
- func (*LookupAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *LookupAPIKeyRequest) Equal(that interface{}) bool
- func (m *LookupAPIKeyRequest) GetKey() string
- func (this *LookupAPIKeyRequest) GoString() string
- func (m *LookupAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *LookupAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LookupAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LookupAPIKeyRequest) ProtoMessage()
- func (m *LookupAPIKeyRequest) Reset()
- func (m *LookupAPIKeyRequest) Size() (n int)
- func (this *LookupAPIKeyRequest) String() string
- func (m *LookupAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *LookupAPIKeyRequest) XXX_DiscardUnknown()
- func (m *LookupAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LookupAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *LookupAPIKeyRequest) XXX_Size() int
- func (m *LookupAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type LookupAPIKeyResponse
- func (*LookupAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *LookupAPIKeyResponse) Equal(that interface{}) bool
- func (m *LookupAPIKeyResponse) GetKey() *APIKey
- func (this *LookupAPIKeyResponse) GoString() string
- func (m *LookupAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *LookupAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *LookupAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LookupAPIKeyResponse) ProtoMessage()
- func (m *LookupAPIKeyResponse) Reset()
- func (m *LookupAPIKeyResponse) Size() (n int)
- func (this *LookupAPIKeyResponse) String() string
- func (m *LookupAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *LookupAPIKeyResponse) XXX_DiscardUnknown()
- func (m *LookupAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LookupAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *LookupAPIKeyResponse) XXX_Size() int
- func (m *LookupAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type RefetchTokenRequest
- func (*RefetchTokenRequest) Descriptor() ([]byte, []int)
- func (this *RefetchTokenRequest) Equal(that interface{}) bool
- func (m *RefetchTokenRequest) GetToken() string
- func (this *RefetchTokenRequest) GoString() string
- func (m *RefetchTokenRequest) Marshal() (dAtA []byte, err error)
- func (m *RefetchTokenRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RefetchTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RefetchTokenRequest) ProtoMessage()
- func (m *RefetchTokenRequest) Reset()
- func (m *RefetchTokenRequest) Size() (n int)
- func (this *RefetchTokenRequest) String() string
- func (m *RefetchTokenRequest) Unmarshal(dAtA []byte) error
- func (m *RefetchTokenRequest) XXX_DiscardUnknown()
- func (m *RefetchTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefetchTokenRequest) XXX_Merge(src proto.Message)
- func (m *RefetchTokenRequest) XXX_Size() int
- func (m *RefetchTokenRequest) XXX_Unmarshal(b []byte) error
- type RefetchTokenResponse
- func (*RefetchTokenResponse) Descriptor() ([]byte, []int)
- func (this *RefetchTokenResponse) Equal(that interface{}) bool
- func (m *RefetchTokenResponse) GetExpiresAt() int64
- func (m *RefetchTokenResponse) GetToken() string
- func (this *RefetchTokenResponse) GoString() string
- func (m *RefetchTokenResponse) Marshal() (dAtA []byte, err error)
- func (m *RefetchTokenResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RefetchTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RefetchTokenResponse) ProtoMessage()
- func (m *RefetchTokenResponse) Reset()
- func (m *RefetchTokenResponse) Size() (n int)
- func (this *RefetchTokenResponse) String() string
- func (m *RefetchTokenResponse) Unmarshal(dAtA []byte) error
- func (m *RefetchTokenResponse) XXX_DiscardUnknown()
- func (m *RefetchTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefetchTokenResponse) XXX_Merge(src proto.Message)
- func (m *RefetchTokenResponse) XXX_Size() int
- func (m *RefetchTokenResponse) XXX_Unmarshal(b []byte) error
- type SignupReply
- func (*SignupReply) Descriptor() ([]byte, []int)
- func (this *SignupReply) Equal(that interface{}) bool
- func (m *SignupReply) GetExpiresAt() int64
- func (m *SignupReply) GetIdentityProvider() string
- func (m *SignupReply) GetOrgCreated() bool
- func (m *SignupReply) GetOrgID() *uuidpb.UUID
- func (m *SignupReply) GetOrgName() string
- func (m *SignupReply) GetToken() string
- func (m *SignupReply) GetUserInfo() *AuthenticatedUserInfo
- func (this *SignupReply) GoString() string
- func (m *SignupReply) Marshal() (dAtA []byte, err error)
- func (m *SignupReply) MarshalTo(dAtA []byte) (int, error)
- func (m *SignupReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignupReply) ProtoMessage()
- func (m *SignupReply) Reset()
- func (m *SignupReply) Size() (n int)
- func (this *SignupReply) String() string
- func (m *SignupReply) Unmarshal(dAtA []byte) error
- func (m *SignupReply) XXX_DiscardUnknown()
- func (m *SignupReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignupReply) XXX_Merge(src proto.Message)
- func (m *SignupReply) XXX_Size() int
- func (m *SignupReply) XXX_Unmarshal(b []byte) error
- type SignupRequest
- func (*SignupRequest) Descriptor() ([]byte, []int)
- func (this *SignupRequest) Equal(that interface{}) bool
- func (m *SignupRequest) GetAccessToken() string
- func (m *SignupRequest) GetInviteToken() string
- func (this *SignupRequest) GoString() string
- func (m *SignupRequest) Marshal() (dAtA []byte, err error)
- func (m *SignupRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SignupRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignupRequest) ProtoMessage()
- func (m *SignupRequest) Reset()
- func (m *SignupRequest) Size() (n int)
- func (this *SignupRequest) String() string
- func (m *SignupRequest) Unmarshal(dAtA []byte) error
- func (m *SignupRequest) XXX_DiscardUnknown()
- func (m *SignupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignupRequest) XXX_Merge(src proto.Message)
- func (m *SignupRequest) XXX_Size() int
- func (m *SignupRequest) XXX_Unmarshal(b []byte) error
- type UnimplementedAPIKeyServiceServer
- func (*UnimplementedAPIKeyServiceServer) Create(ctx context.Context, req *CreateAPIKeyRequest) (*APIKey, error)
- func (*UnimplementedAPIKeyServiceServer) Delete(ctx context.Context, req *uuidpb.UUID) (*types.Empty, error)
- func (*UnimplementedAPIKeyServiceServer) Get(ctx context.Context, req *GetAPIKeyRequest) (*GetAPIKeyResponse, error)
- func (*UnimplementedAPIKeyServiceServer) List(ctx context.Context, req *ListAPIKeyRequest) (*ListAPIKeyResponse, error)
- func (*UnimplementedAPIKeyServiceServer) LookupAPIKey(ctx context.Context, req *LookupAPIKeyRequest) (*LookupAPIKeyResponse, error)
- type UnimplementedAuthServiceServer
- func (*UnimplementedAuthServiceServer) CreateOrgAndInviteUser(ctx context.Context, req *CreateOrgAndInviteUserRequest) (*CreateOrgAndInviteUserResponse, error)
- func (*UnimplementedAuthServiceServer) GetAugmentedToken(ctx context.Context, req *GetAugmentedAuthTokenRequest) (*GetAugmentedAuthTokenResponse, error)
- func (*UnimplementedAuthServiceServer) GetAugmentedTokenForAPIKey(ctx context.Context, req *GetAugmentedTokenForAPIKeyRequest) (*GetAugmentedTokenForAPIKeyResponse, error)
- func (*UnimplementedAuthServiceServer) GetAuthConnectorToken(ctx context.Context, req *GetAuthConnectorTokenRequest) (*GetAuthConnectorTokenResponse, error)
- func (*UnimplementedAuthServiceServer) InviteUser(ctx context.Context, req *InviteUserRequest) (*InviteUserResponse, error)
- func (*UnimplementedAuthServiceServer) Login(ctx context.Context, req *LoginRequest) (*LoginReply, error)
- func (*UnimplementedAuthServiceServer) RefetchToken(ctx context.Context, req *RefetchTokenRequest) (*RefetchTokenResponse, error)
- func (*UnimplementedAuthServiceServer) Signup(ctx context.Context, req *SignupRequest) (*SignupReply, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegisterAPIKeyServiceServer ¶
func RegisterAPIKeyServiceServer(s *grpc.Server, srv APIKeyServiceServer)
func RegisterAuthServiceServer ¶
func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)
Types ¶
type APIKey ¶
type APIKey struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserID *uuidpb.UUID `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` }
func (*APIKey) Descriptor ¶
func (*APIKey) GetCreatedAt ¶
func (*APIKey) MarshalToSizedBuffer ¶
func (*APIKey) ProtoMessage ¶
func (*APIKey) ProtoMessage()
func (*APIKey) XXX_DiscardUnknown ¶
func (m *APIKey) XXX_DiscardUnknown()
func (*APIKey) XXX_Marshal ¶
func (*APIKey) XXX_Unmarshal ¶
type APIKeyMetadata ¶
type APIKeyMetadata struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserID *uuidpb.UUID `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` }
func (*APIKeyMetadata) Descriptor ¶
func (*APIKeyMetadata) Descriptor() ([]byte, []int)
func (*APIKeyMetadata) Equal ¶
func (this *APIKeyMetadata) Equal(that interface{}) bool
func (*APIKeyMetadata) GetCreatedAt ¶
func (m *APIKeyMetadata) GetCreatedAt() *types.Timestamp
func (*APIKeyMetadata) GetDesc ¶
func (m *APIKeyMetadata) GetDesc() string
func (*APIKeyMetadata) GetID ¶
func (m *APIKeyMetadata) GetID() *uuidpb.UUID
func (*APIKeyMetadata) GetOrgID ¶
func (m *APIKeyMetadata) GetOrgID() *uuidpb.UUID
func (*APIKeyMetadata) GetUserID ¶
func (m *APIKeyMetadata) GetUserID() *uuidpb.UUID
func (*APIKeyMetadata) GoString ¶
func (this *APIKeyMetadata) GoString() string
func (*APIKeyMetadata) Marshal ¶
func (m *APIKeyMetadata) Marshal() (dAtA []byte, err error)
func (*APIKeyMetadata) MarshalToSizedBuffer ¶
func (m *APIKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*APIKeyMetadata) ProtoMessage ¶
func (*APIKeyMetadata) ProtoMessage()
func (*APIKeyMetadata) Reset ¶
func (m *APIKeyMetadata) Reset()
func (*APIKeyMetadata) Size ¶
func (m *APIKeyMetadata) Size() (n int)
func (*APIKeyMetadata) String ¶
func (this *APIKeyMetadata) String() string
func (*APIKeyMetadata) Unmarshal ¶
func (m *APIKeyMetadata) Unmarshal(dAtA []byte) error
func (*APIKeyMetadata) XXX_DiscardUnknown ¶
func (m *APIKeyMetadata) XXX_DiscardUnknown()
func (*APIKeyMetadata) XXX_Marshal ¶
func (m *APIKeyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*APIKeyMetadata) XXX_Merge ¶
func (m *APIKeyMetadata) XXX_Merge(src proto.Message)
func (*APIKeyMetadata) XXX_Size ¶
func (m *APIKeyMetadata) XXX_Size() int
func (*APIKeyMetadata) XXX_Unmarshal ¶
func (m *APIKeyMetadata) XXX_Unmarshal(b []byte) error
type APIKeyServiceClient ¶
type APIKeyServiceClient interface { Create(ctx context.Context, in *CreateAPIKeyRequest, opts ...grpc.CallOption) (*APIKey, error) List(ctx context.Context, in *ListAPIKeyRequest, opts ...grpc.CallOption) (*ListAPIKeyResponse, error) Get(ctx context.Context, in *GetAPIKeyRequest, opts ...grpc.CallOption) (*GetAPIKeyResponse, error) Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error) LookupAPIKey(ctx context.Context, in *LookupAPIKeyRequest, opts ...grpc.CallOption) (*LookupAPIKeyResponse, error) }
APIKeyServiceClient is the client API for APIKeyService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAPIKeyServiceClient ¶
func NewAPIKeyServiceClient(cc *grpc.ClientConn) APIKeyServiceClient
type APIKeyServiceServer ¶
type APIKeyServiceServer interface { Create(context.Context, *CreateAPIKeyRequest) (*APIKey, error) List(context.Context, *ListAPIKeyRequest) (*ListAPIKeyResponse, error) Get(context.Context, *GetAPIKeyRequest) (*GetAPIKeyResponse, error) Delete(context.Context, *uuidpb.UUID) (*types.Empty, error) LookupAPIKey(context.Context, *LookupAPIKeyRequest) (*LookupAPIKeyResponse, error) }
APIKeyServiceServer is the server API for APIKeyService service.
type AuthServiceClient ¶
type AuthServiceClient interface { Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error) Signup(ctx context.Context, in *SignupRequest, opts ...grpc.CallOption) (*SignupReply, error) GetAugmentedToken(ctx context.Context, in *GetAugmentedAuthTokenRequest, opts ...grpc.CallOption) (*GetAugmentedAuthTokenResponse, error) RefetchToken(ctx context.Context, in *RefetchTokenRequest, opts ...grpc.CallOption) (*RefetchTokenResponse, error) GetAugmentedTokenForAPIKey(ctx context.Context, in *GetAugmentedTokenForAPIKeyRequest, opts ...grpc.CallOption) (*GetAugmentedTokenForAPIKeyResponse, error) InviteUser(ctx context.Context, in *InviteUserRequest, opts ...grpc.CallOption) (*InviteUserResponse, error) CreateOrgAndInviteUser(ctx context.Context, in *CreateOrgAndInviteUserRequest, opts ...grpc.CallOption) (*CreateOrgAndInviteUserResponse, error) GetAuthConnectorToken(ctx context.Context, in *GetAuthConnectorTokenRequest, opts ...grpc.CallOption) (*GetAuthConnectorTokenResponse, error) }
AuthServiceClient is the client API for AuthService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAuthServiceClient ¶
func NewAuthServiceClient(cc *grpc.ClientConn) AuthServiceClient
type AuthServiceServer ¶
type AuthServiceServer interface { Login(context.Context, *LoginRequest) (*LoginReply, error) Signup(context.Context, *SignupRequest) (*SignupReply, error) GetAugmentedToken(context.Context, *GetAugmentedAuthTokenRequest) (*GetAugmentedAuthTokenResponse, error) RefetchToken(context.Context, *RefetchTokenRequest) (*RefetchTokenResponse, error) GetAugmentedTokenForAPIKey(context.Context, *GetAugmentedTokenForAPIKeyRequest) (*GetAugmentedTokenForAPIKeyResponse, error) InviteUser(context.Context, *InviteUserRequest) (*InviteUserResponse, error) CreateOrgAndInviteUser(context.Context, *CreateOrgAndInviteUserRequest) (*CreateOrgAndInviteUserResponse, error) GetAuthConnectorToken(context.Context, *GetAuthConnectorTokenRequest) (*GetAuthConnectorTokenResponse, error) }
AuthServiceServer is the server API for AuthService service.
type AuthenticatedUserInfo ¶
type AuthenticatedUserInfo struct { UserID *uuidpb.UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"` }
func (*AuthenticatedUserInfo) Descriptor ¶
func (*AuthenticatedUserInfo) Descriptor() ([]byte, []int)
func (*AuthenticatedUserInfo) Equal ¶
func (this *AuthenticatedUserInfo) Equal(that interface{}) bool
func (*AuthenticatedUserInfo) GetEmail ¶
func (m *AuthenticatedUserInfo) GetEmail() string
func (*AuthenticatedUserInfo) GetFirstName ¶
func (m *AuthenticatedUserInfo) GetFirstName() string
func (*AuthenticatedUserInfo) GetLastName ¶
func (m *AuthenticatedUserInfo) GetLastName() string
func (*AuthenticatedUserInfo) GetUserID ¶
func (m *AuthenticatedUserInfo) GetUserID() *uuidpb.UUID
func (*AuthenticatedUserInfo) GoString ¶
func (this *AuthenticatedUserInfo) GoString() string
func (*AuthenticatedUserInfo) Marshal ¶
func (m *AuthenticatedUserInfo) Marshal() (dAtA []byte, err error)
func (*AuthenticatedUserInfo) MarshalTo ¶
func (m *AuthenticatedUserInfo) MarshalTo(dAtA []byte) (int, error)
func (*AuthenticatedUserInfo) MarshalToSizedBuffer ¶
func (m *AuthenticatedUserInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuthenticatedUserInfo) ProtoMessage ¶
func (*AuthenticatedUserInfo) ProtoMessage()
func (*AuthenticatedUserInfo) Reset ¶
func (m *AuthenticatedUserInfo) Reset()
func (*AuthenticatedUserInfo) Size ¶
func (m *AuthenticatedUserInfo) Size() (n int)
func (*AuthenticatedUserInfo) String ¶
func (this *AuthenticatedUserInfo) String() string
func (*AuthenticatedUserInfo) Unmarshal ¶
func (m *AuthenticatedUserInfo) Unmarshal(dAtA []byte) error
func (*AuthenticatedUserInfo) XXX_DiscardUnknown ¶
func (m *AuthenticatedUserInfo) XXX_DiscardUnknown()
func (*AuthenticatedUserInfo) XXX_Marshal ¶
func (m *AuthenticatedUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthenticatedUserInfo) XXX_Merge ¶
func (m *AuthenticatedUserInfo) XXX_Merge(src proto.Message)
func (*AuthenticatedUserInfo) XXX_Size ¶
func (m *AuthenticatedUserInfo) XXX_Size() int
func (*AuthenticatedUserInfo) XXX_Unmarshal ¶
func (m *AuthenticatedUserInfo) XXX_Unmarshal(b []byte) error
type CreateAPIKeyRequest ¶
type CreateAPIKeyRequest struct {
Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
}
func (*CreateAPIKeyRequest) Descriptor ¶
func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)
func (*CreateAPIKeyRequest) Equal ¶
func (this *CreateAPIKeyRequest) Equal(that interface{}) bool
func (*CreateAPIKeyRequest) GetDesc ¶
func (m *CreateAPIKeyRequest) GetDesc() string
func (*CreateAPIKeyRequest) GoString ¶
func (this *CreateAPIKeyRequest) GoString() string
func (*CreateAPIKeyRequest) Marshal ¶
func (m *CreateAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*CreateAPIKeyRequest) MarshalTo ¶
func (m *CreateAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *CreateAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateAPIKeyRequest) ProtoMessage ¶
func (*CreateAPIKeyRequest) ProtoMessage()
func (*CreateAPIKeyRequest) Reset ¶
func (m *CreateAPIKeyRequest) Reset()
func (*CreateAPIKeyRequest) Size ¶
func (m *CreateAPIKeyRequest) Size() (n int)
func (*CreateAPIKeyRequest) String ¶
func (this *CreateAPIKeyRequest) String() string
func (*CreateAPIKeyRequest) Unmarshal ¶
func (m *CreateAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*CreateAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *CreateAPIKeyRequest) XXX_DiscardUnknown()
func (*CreateAPIKeyRequest) XXX_Marshal ¶
func (m *CreateAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAPIKeyRequest) XXX_Merge ¶
func (m *CreateAPIKeyRequest) XXX_Merge(src proto.Message)
func (*CreateAPIKeyRequest) XXX_Size ¶
func (m *CreateAPIKeyRequest) XXX_Size() int
func (*CreateAPIKeyRequest) XXX_Unmarshal ¶
func (m *CreateAPIKeyRequest) XXX_Unmarshal(b []byte) error
type CreateOrgAndInviteUserRequest ¶
type CreateOrgAndInviteUserRequest struct { Org *CreateOrgAndInviteUserRequest_Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"` User *CreateOrgAndInviteUserRequest_User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` }
func (*CreateOrgAndInviteUserRequest) Descriptor ¶
func (*CreateOrgAndInviteUserRequest) Descriptor() ([]byte, []int)
func (*CreateOrgAndInviteUserRequest) Equal ¶
func (this *CreateOrgAndInviteUserRequest) Equal(that interface{}) bool
func (*CreateOrgAndInviteUserRequest) GetOrg ¶
func (m *CreateOrgAndInviteUserRequest) GetOrg() *CreateOrgAndInviteUserRequest_Org
func (*CreateOrgAndInviteUserRequest) GetUser ¶
func (m *CreateOrgAndInviteUserRequest) GetUser() *CreateOrgAndInviteUserRequest_User
func (*CreateOrgAndInviteUserRequest) GoString ¶
func (this *CreateOrgAndInviteUserRequest) GoString() string
func (*CreateOrgAndInviteUserRequest) Marshal ¶
func (m *CreateOrgAndInviteUserRequest) Marshal() (dAtA []byte, err error)
func (*CreateOrgAndInviteUserRequest) MarshalTo ¶
func (m *CreateOrgAndInviteUserRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserRequest) MarshalToSizedBuffer ¶
func (m *CreateOrgAndInviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserRequest) ProtoMessage ¶
func (*CreateOrgAndInviteUserRequest) ProtoMessage()
func (*CreateOrgAndInviteUserRequest) Reset ¶
func (m *CreateOrgAndInviteUserRequest) Reset()
func (*CreateOrgAndInviteUserRequest) Size ¶
func (m *CreateOrgAndInviteUserRequest) Size() (n int)
func (*CreateOrgAndInviteUserRequest) String ¶
func (this *CreateOrgAndInviteUserRequest) String() string
func (*CreateOrgAndInviteUserRequest) Unmarshal ¶
func (m *CreateOrgAndInviteUserRequest) Unmarshal(dAtA []byte) error
func (*CreateOrgAndInviteUserRequest) XXX_DiscardUnknown ¶
func (m *CreateOrgAndInviteUserRequest) XXX_DiscardUnknown()
func (*CreateOrgAndInviteUserRequest) XXX_Marshal ¶
func (m *CreateOrgAndInviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrgAndInviteUserRequest) XXX_Merge ¶
func (m *CreateOrgAndInviteUserRequest) XXX_Merge(src proto.Message)
func (*CreateOrgAndInviteUserRequest) XXX_Size ¶
func (m *CreateOrgAndInviteUserRequest) XXX_Size() int
func (*CreateOrgAndInviteUserRequest) XXX_Unmarshal ¶
func (m *CreateOrgAndInviteUserRequest) XXX_Unmarshal(b []byte) error
type CreateOrgAndInviteUserRequest_Org ¶
type CreateOrgAndInviteUserRequest_Org struct { OrgName string `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"` DomainName string `protobuf:"bytes,2,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"` }
func (*CreateOrgAndInviteUserRequest_Org) Descriptor ¶
func (*CreateOrgAndInviteUserRequest_Org) Descriptor() ([]byte, []int)
func (*CreateOrgAndInviteUserRequest_Org) Equal ¶
func (this *CreateOrgAndInviteUserRequest_Org) Equal(that interface{}) bool
func (*CreateOrgAndInviteUserRequest_Org) GetDomainName ¶
func (m *CreateOrgAndInviteUserRequest_Org) GetDomainName() string
func (*CreateOrgAndInviteUserRequest_Org) GetOrgName ¶
func (m *CreateOrgAndInviteUserRequest_Org) GetOrgName() string
func (*CreateOrgAndInviteUserRequest_Org) GoString ¶
func (this *CreateOrgAndInviteUserRequest_Org) GoString() string
func (*CreateOrgAndInviteUserRequest_Org) Marshal ¶
func (m *CreateOrgAndInviteUserRequest_Org) Marshal() (dAtA []byte, err error)
func (*CreateOrgAndInviteUserRequest_Org) MarshalTo ¶
func (m *CreateOrgAndInviteUserRequest_Org) MarshalTo(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserRequest_Org) MarshalToSizedBuffer ¶
func (m *CreateOrgAndInviteUserRequest_Org) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserRequest_Org) ProtoMessage ¶
func (*CreateOrgAndInviteUserRequest_Org) ProtoMessage()
func (*CreateOrgAndInviteUserRequest_Org) Reset ¶
func (m *CreateOrgAndInviteUserRequest_Org) Reset()
func (*CreateOrgAndInviteUserRequest_Org) Size ¶
func (m *CreateOrgAndInviteUserRequest_Org) Size() (n int)
func (*CreateOrgAndInviteUserRequest_Org) String ¶
func (this *CreateOrgAndInviteUserRequest_Org) String() string
func (*CreateOrgAndInviteUserRequest_Org) Unmarshal ¶
func (m *CreateOrgAndInviteUserRequest_Org) Unmarshal(dAtA []byte) error
func (*CreateOrgAndInviteUserRequest_Org) XXX_DiscardUnknown ¶
func (m *CreateOrgAndInviteUserRequest_Org) XXX_DiscardUnknown()
func (*CreateOrgAndInviteUserRequest_Org) XXX_Marshal ¶
func (m *CreateOrgAndInviteUserRequest_Org) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrgAndInviteUserRequest_Org) XXX_Merge ¶
func (m *CreateOrgAndInviteUserRequest_Org) XXX_Merge(src proto.Message)
func (*CreateOrgAndInviteUserRequest_Org) XXX_Size ¶
func (m *CreateOrgAndInviteUserRequest_Org) XXX_Size() int
func (*CreateOrgAndInviteUserRequest_Org) XXX_Unmarshal ¶
func (m *CreateOrgAndInviteUserRequest_Org) XXX_Unmarshal(b []byte) error
type CreateOrgAndInviteUserRequest_User ¶
type CreateOrgAndInviteUserRequest_User struct { FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"` }
func (*CreateOrgAndInviteUserRequest_User) Descriptor ¶
func (*CreateOrgAndInviteUserRequest_User) Descriptor() ([]byte, []int)
func (*CreateOrgAndInviteUserRequest_User) Equal ¶
func (this *CreateOrgAndInviteUserRequest_User) Equal(that interface{}) bool
func (*CreateOrgAndInviteUserRequest_User) GetEmail ¶
func (m *CreateOrgAndInviteUserRequest_User) GetEmail() string
func (*CreateOrgAndInviteUserRequest_User) GetFirstName ¶
func (m *CreateOrgAndInviteUserRequest_User) GetFirstName() string
func (*CreateOrgAndInviteUserRequest_User) GetLastName ¶
func (m *CreateOrgAndInviteUserRequest_User) GetLastName() string
func (*CreateOrgAndInviteUserRequest_User) GoString ¶
func (this *CreateOrgAndInviteUserRequest_User) GoString() string
func (*CreateOrgAndInviteUserRequest_User) Marshal ¶
func (m *CreateOrgAndInviteUserRequest_User) Marshal() (dAtA []byte, err error)
func (*CreateOrgAndInviteUserRequest_User) MarshalTo ¶
func (m *CreateOrgAndInviteUserRequest_User) MarshalTo(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserRequest_User) MarshalToSizedBuffer ¶
func (m *CreateOrgAndInviteUserRequest_User) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserRequest_User) ProtoMessage ¶
func (*CreateOrgAndInviteUserRequest_User) ProtoMessage()
func (*CreateOrgAndInviteUserRequest_User) Reset ¶
func (m *CreateOrgAndInviteUserRequest_User) Reset()
func (*CreateOrgAndInviteUserRequest_User) Size ¶
func (m *CreateOrgAndInviteUserRequest_User) Size() (n int)
func (*CreateOrgAndInviteUserRequest_User) String ¶
func (this *CreateOrgAndInviteUserRequest_User) String() string
func (*CreateOrgAndInviteUserRequest_User) Unmarshal ¶
func (m *CreateOrgAndInviteUserRequest_User) Unmarshal(dAtA []byte) error
func (*CreateOrgAndInviteUserRequest_User) XXX_DiscardUnknown ¶
func (m *CreateOrgAndInviteUserRequest_User) XXX_DiscardUnknown()
func (*CreateOrgAndInviteUserRequest_User) XXX_Marshal ¶
func (m *CreateOrgAndInviteUserRequest_User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrgAndInviteUserRequest_User) XXX_Merge ¶
func (m *CreateOrgAndInviteUserRequest_User) XXX_Merge(src proto.Message)
func (*CreateOrgAndInviteUserRequest_User) XXX_Size ¶
func (m *CreateOrgAndInviteUserRequest_User) XXX_Size() int
func (*CreateOrgAndInviteUserRequest_User) XXX_Unmarshal ¶
func (m *CreateOrgAndInviteUserRequest_User) XXX_Unmarshal(b []byte) error
type CreateOrgAndInviteUserResponse ¶
type CreateOrgAndInviteUserResponse struct {
InviteLink string `protobuf:"bytes,1,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`
}
func (*CreateOrgAndInviteUserResponse) Descriptor ¶
func (*CreateOrgAndInviteUserResponse) Descriptor() ([]byte, []int)
func (*CreateOrgAndInviteUserResponse) Equal ¶
func (this *CreateOrgAndInviteUserResponse) Equal(that interface{}) bool
func (*CreateOrgAndInviteUserResponse) GetInviteLink ¶
func (m *CreateOrgAndInviteUserResponse) GetInviteLink() string
func (*CreateOrgAndInviteUserResponse) GoString ¶
func (this *CreateOrgAndInviteUserResponse) GoString() string
func (*CreateOrgAndInviteUserResponse) Marshal ¶
func (m *CreateOrgAndInviteUserResponse) Marshal() (dAtA []byte, err error)
func (*CreateOrgAndInviteUserResponse) MarshalTo ¶
func (m *CreateOrgAndInviteUserResponse) MarshalTo(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserResponse) MarshalToSizedBuffer ¶
func (m *CreateOrgAndInviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateOrgAndInviteUserResponse) ProtoMessage ¶
func (*CreateOrgAndInviteUserResponse) ProtoMessage()
func (*CreateOrgAndInviteUserResponse) Reset ¶
func (m *CreateOrgAndInviteUserResponse) Reset()
func (*CreateOrgAndInviteUserResponse) Size ¶
func (m *CreateOrgAndInviteUserResponse) Size() (n int)
func (*CreateOrgAndInviteUserResponse) String ¶
func (this *CreateOrgAndInviteUserResponse) String() string
func (*CreateOrgAndInviteUserResponse) Unmarshal ¶
func (m *CreateOrgAndInviteUserResponse) Unmarshal(dAtA []byte) error
func (*CreateOrgAndInviteUserResponse) XXX_DiscardUnknown ¶
func (m *CreateOrgAndInviteUserResponse) XXX_DiscardUnknown()
func (*CreateOrgAndInviteUserResponse) XXX_Marshal ¶
func (m *CreateOrgAndInviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrgAndInviteUserResponse) XXX_Merge ¶
func (m *CreateOrgAndInviteUserResponse) XXX_Merge(src proto.Message)
func (*CreateOrgAndInviteUserResponse) XXX_Size ¶
func (m *CreateOrgAndInviteUserResponse) XXX_Size() int
func (*CreateOrgAndInviteUserResponse) XXX_Unmarshal ¶
func (m *CreateOrgAndInviteUserResponse) XXX_Unmarshal(b []byte) error
type GetAPIKeyRequest ¶
type GetAPIKeyRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetAPIKeyRequest) Descriptor ¶
func (*GetAPIKeyRequest) Descriptor() ([]byte, []int)
func (*GetAPIKeyRequest) Equal ¶
func (this *GetAPIKeyRequest) Equal(that interface{}) bool
func (*GetAPIKeyRequest) GetID ¶
func (m *GetAPIKeyRequest) GetID() *uuidpb.UUID
func (*GetAPIKeyRequest) GoString ¶
func (this *GetAPIKeyRequest) GoString() string
func (*GetAPIKeyRequest) Marshal ¶
func (m *GetAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*GetAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *GetAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAPIKeyRequest) ProtoMessage ¶
func (*GetAPIKeyRequest) ProtoMessage()
func (*GetAPIKeyRequest) Reset ¶
func (m *GetAPIKeyRequest) Reset()
func (*GetAPIKeyRequest) Size ¶
func (m *GetAPIKeyRequest) Size() (n int)
func (*GetAPIKeyRequest) String ¶
func (this *GetAPIKeyRequest) String() string
func (*GetAPIKeyRequest) Unmarshal ¶
func (m *GetAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*GetAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *GetAPIKeyRequest) XXX_DiscardUnknown()
func (*GetAPIKeyRequest) XXX_Marshal ¶
func (m *GetAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAPIKeyRequest) XXX_Merge ¶
func (m *GetAPIKeyRequest) XXX_Merge(src proto.Message)
func (*GetAPIKeyRequest) XXX_Size ¶
func (m *GetAPIKeyRequest) XXX_Size() int
func (*GetAPIKeyRequest) XXX_Unmarshal ¶
func (m *GetAPIKeyRequest) XXX_Unmarshal(b []byte) error
type GetAPIKeyResponse ¶
type GetAPIKeyResponse struct {
Key *APIKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*GetAPIKeyResponse) Descriptor ¶
func (*GetAPIKeyResponse) Descriptor() ([]byte, []int)
func (*GetAPIKeyResponse) Equal ¶
func (this *GetAPIKeyResponse) Equal(that interface{}) bool
func (*GetAPIKeyResponse) GetKey ¶
func (m *GetAPIKeyResponse) GetKey() *APIKey
func (*GetAPIKeyResponse) GoString ¶
func (this *GetAPIKeyResponse) GoString() string
func (*GetAPIKeyResponse) Marshal ¶
func (m *GetAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*GetAPIKeyResponse) MarshalTo ¶
func (m *GetAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *GetAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAPIKeyResponse) ProtoMessage ¶
func (*GetAPIKeyResponse) ProtoMessage()
func (*GetAPIKeyResponse) Reset ¶
func (m *GetAPIKeyResponse) Reset()
func (*GetAPIKeyResponse) Size ¶
func (m *GetAPIKeyResponse) Size() (n int)
func (*GetAPIKeyResponse) String ¶
func (this *GetAPIKeyResponse) String() string
func (*GetAPIKeyResponse) Unmarshal ¶
func (m *GetAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*GetAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *GetAPIKeyResponse) XXX_DiscardUnknown()
func (*GetAPIKeyResponse) XXX_Marshal ¶
func (m *GetAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAPIKeyResponse) XXX_Merge ¶
func (m *GetAPIKeyResponse) XXX_Merge(src proto.Message)
func (*GetAPIKeyResponse) XXX_Size ¶
func (m *GetAPIKeyResponse) XXX_Size() int
func (*GetAPIKeyResponse) XXX_Unmarshal ¶
func (m *GetAPIKeyResponse) XXX_Unmarshal(b []byte) error
type GetAugmentedAuthTokenRequest ¶
type GetAugmentedAuthTokenRequest struct {
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
}
func (*GetAugmentedAuthTokenRequest) Descriptor ¶
func (*GetAugmentedAuthTokenRequest) Descriptor() ([]byte, []int)
func (*GetAugmentedAuthTokenRequest) Equal ¶
func (this *GetAugmentedAuthTokenRequest) Equal(that interface{}) bool
func (*GetAugmentedAuthTokenRequest) GetToken ¶
func (m *GetAugmentedAuthTokenRequest) GetToken() string
func (*GetAugmentedAuthTokenRequest) GoString ¶
func (this *GetAugmentedAuthTokenRequest) GoString() string
func (*GetAugmentedAuthTokenRequest) Marshal ¶
func (m *GetAugmentedAuthTokenRequest) Marshal() (dAtA []byte, err error)
func (*GetAugmentedAuthTokenRequest) MarshalTo ¶
func (m *GetAugmentedAuthTokenRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetAugmentedAuthTokenRequest) MarshalToSizedBuffer ¶
func (m *GetAugmentedAuthTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAugmentedAuthTokenRequest) ProtoMessage ¶
func (*GetAugmentedAuthTokenRequest) ProtoMessage()
func (*GetAugmentedAuthTokenRequest) Reset ¶
func (m *GetAugmentedAuthTokenRequest) Reset()
func (*GetAugmentedAuthTokenRequest) Size ¶
func (m *GetAugmentedAuthTokenRequest) Size() (n int)
func (*GetAugmentedAuthTokenRequest) String ¶
func (this *GetAugmentedAuthTokenRequest) String() string
func (*GetAugmentedAuthTokenRequest) Unmarshal ¶
func (m *GetAugmentedAuthTokenRequest) Unmarshal(dAtA []byte) error
func (*GetAugmentedAuthTokenRequest) XXX_DiscardUnknown ¶
func (m *GetAugmentedAuthTokenRequest) XXX_DiscardUnknown()
func (*GetAugmentedAuthTokenRequest) XXX_Marshal ¶
func (m *GetAugmentedAuthTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAugmentedAuthTokenRequest) XXX_Merge ¶
func (m *GetAugmentedAuthTokenRequest) XXX_Merge(src proto.Message)
func (*GetAugmentedAuthTokenRequest) XXX_Size ¶
func (m *GetAugmentedAuthTokenRequest) XXX_Size() int
func (*GetAugmentedAuthTokenRequest) XXX_Unmarshal ¶
func (m *GetAugmentedAuthTokenRequest) XXX_Unmarshal(b []byte) error
type GetAugmentedAuthTokenResponse ¶
type GetAugmentedAuthTokenResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` }
func (*GetAugmentedAuthTokenResponse) Descriptor ¶
func (*GetAugmentedAuthTokenResponse) Descriptor() ([]byte, []int)
func (*GetAugmentedAuthTokenResponse) Equal ¶
func (this *GetAugmentedAuthTokenResponse) Equal(that interface{}) bool
func (*GetAugmentedAuthTokenResponse) GetExpiresAt ¶
func (m *GetAugmentedAuthTokenResponse) GetExpiresAt() int64
func (*GetAugmentedAuthTokenResponse) GetToken ¶
func (m *GetAugmentedAuthTokenResponse) GetToken() string
func (*GetAugmentedAuthTokenResponse) GoString ¶
func (this *GetAugmentedAuthTokenResponse) GoString() string
func (*GetAugmentedAuthTokenResponse) Marshal ¶
func (m *GetAugmentedAuthTokenResponse) Marshal() (dAtA []byte, err error)
func (*GetAugmentedAuthTokenResponse) MarshalTo ¶
func (m *GetAugmentedAuthTokenResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetAugmentedAuthTokenResponse) MarshalToSizedBuffer ¶
func (m *GetAugmentedAuthTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAugmentedAuthTokenResponse) ProtoMessage ¶
func (*GetAugmentedAuthTokenResponse) ProtoMessage()
func (*GetAugmentedAuthTokenResponse) Reset ¶
func (m *GetAugmentedAuthTokenResponse) Reset()
func (*GetAugmentedAuthTokenResponse) Size ¶
func (m *GetAugmentedAuthTokenResponse) Size() (n int)
func (*GetAugmentedAuthTokenResponse) String ¶
func (this *GetAugmentedAuthTokenResponse) String() string
func (*GetAugmentedAuthTokenResponse) Unmarshal ¶
func (m *GetAugmentedAuthTokenResponse) Unmarshal(dAtA []byte) error
func (*GetAugmentedAuthTokenResponse) XXX_DiscardUnknown ¶
func (m *GetAugmentedAuthTokenResponse) XXX_DiscardUnknown()
func (*GetAugmentedAuthTokenResponse) XXX_Marshal ¶
func (m *GetAugmentedAuthTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAugmentedAuthTokenResponse) XXX_Merge ¶
func (m *GetAugmentedAuthTokenResponse) XXX_Merge(src proto.Message)
func (*GetAugmentedAuthTokenResponse) XXX_Size ¶
func (m *GetAugmentedAuthTokenResponse) XXX_Size() int
func (*GetAugmentedAuthTokenResponse) XXX_Unmarshal ¶
func (m *GetAugmentedAuthTokenResponse) XXX_Unmarshal(b []byte) error
type GetAugmentedTokenForAPIKeyRequest ¶
type GetAugmentedTokenForAPIKeyRequest struct {
APIKey string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
}
func (*GetAugmentedTokenForAPIKeyRequest) Descriptor ¶
func (*GetAugmentedTokenForAPIKeyRequest) Descriptor() ([]byte, []int)
func (*GetAugmentedTokenForAPIKeyRequest) Equal ¶
func (this *GetAugmentedTokenForAPIKeyRequest) Equal(that interface{}) bool
func (*GetAugmentedTokenForAPIKeyRequest) GetAPIKey ¶
func (m *GetAugmentedTokenForAPIKeyRequest) GetAPIKey() string
func (*GetAugmentedTokenForAPIKeyRequest) GoString ¶
func (this *GetAugmentedTokenForAPIKeyRequest) GoString() string
func (*GetAugmentedTokenForAPIKeyRequest) Marshal ¶
func (m *GetAugmentedTokenForAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*GetAugmentedTokenForAPIKeyRequest) MarshalTo ¶
func (m *GetAugmentedTokenForAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetAugmentedTokenForAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *GetAugmentedTokenForAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAugmentedTokenForAPIKeyRequest) ProtoMessage ¶
func (*GetAugmentedTokenForAPIKeyRequest) ProtoMessage()
func (*GetAugmentedTokenForAPIKeyRequest) Reset ¶
func (m *GetAugmentedTokenForAPIKeyRequest) Reset()
func (*GetAugmentedTokenForAPIKeyRequest) Size ¶
func (m *GetAugmentedTokenForAPIKeyRequest) Size() (n int)
func (*GetAugmentedTokenForAPIKeyRequest) String ¶
func (this *GetAugmentedTokenForAPIKeyRequest) String() string
func (*GetAugmentedTokenForAPIKeyRequest) Unmarshal ¶
func (m *GetAugmentedTokenForAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*GetAugmentedTokenForAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *GetAugmentedTokenForAPIKeyRequest) XXX_DiscardUnknown()
func (*GetAugmentedTokenForAPIKeyRequest) XXX_Marshal ¶
func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAugmentedTokenForAPIKeyRequest) XXX_Merge ¶
func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Merge(src proto.Message)
func (*GetAugmentedTokenForAPIKeyRequest) XXX_Size ¶
func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Size() int
func (*GetAugmentedTokenForAPIKeyRequest) XXX_Unmarshal ¶
func (m *GetAugmentedTokenForAPIKeyRequest) XXX_Unmarshal(b []byte) error
type GetAugmentedTokenForAPIKeyResponse ¶
type GetAugmentedTokenForAPIKeyResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` }
func (*GetAugmentedTokenForAPIKeyResponse) Descriptor ¶
func (*GetAugmentedTokenForAPIKeyResponse) Descriptor() ([]byte, []int)
func (*GetAugmentedTokenForAPIKeyResponse) Equal ¶
func (this *GetAugmentedTokenForAPIKeyResponse) Equal(that interface{}) bool
func (*GetAugmentedTokenForAPIKeyResponse) GetExpiresAt ¶
func (m *GetAugmentedTokenForAPIKeyResponse) GetExpiresAt() int64
func (*GetAugmentedTokenForAPIKeyResponse) GetToken ¶
func (m *GetAugmentedTokenForAPIKeyResponse) GetToken() string
func (*GetAugmentedTokenForAPIKeyResponse) GoString ¶
func (this *GetAugmentedTokenForAPIKeyResponse) GoString() string
func (*GetAugmentedTokenForAPIKeyResponse) Marshal ¶
func (m *GetAugmentedTokenForAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*GetAugmentedTokenForAPIKeyResponse) MarshalTo ¶
func (m *GetAugmentedTokenForAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetAugmentedTokenForAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *GetAugmentedTokenForAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAugmentedTokenForAPIKeyResponse) ProtoMessage ¶
func (*GetAugmentedTokenForAPIKeyResponse) ProtoMessage()
func (*GetAugmentedTokenForAPIKeyResponse) Reset ¶
func (m *GetAugmentedTokenForAPIKeyResponse) Reset()
func (*GetAugmentedTokenForAPIKeyResponse) Size ¶
func (m *GetAugmentedTokenForAPIKeyResponse) Size() (n int)
func (*GetAugmentedTokenForAPIKeyResponse) String ¶
func (this *GetAugmentedTokenForAPIKeyResponse) String() string
func (*GetAugmentedTokenForAPIKeyResponse) Unmarshal ¶
func (m *GetAugmentedTokenForAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*GetAugmentedTokenForAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *GetAugmentedTokenForAPIKeyResponse) XXX_DiscardUnknown()
func (*GetAugmentedTokenForAPIKeyResponse) XXX_Marshal ¶
func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAugmentedTokenForAPIKeyResponse) XXX_Merge ¶
func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Merge(src proto.Message)
func (*GetAugmentedTokenForAPIKeyResponse) XXX_Size ¶
func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Size() int
func (*GetAugmentedTokenForAPIKeyResponse) XXX_Unmarshal ¶
func (m *GetAugmentedTokenForAPIKeyResponse) XXX_Unmarshal(b []byte) error
type GetAuthConnectorTokenRequest ¶
type GetAuthConnectorTokenRequest struct {
ClusterName string `protobuf:"bytes,1,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
}
func (*GetAuthConnectorTokenRequest) Descriptor ¶
func (*GetAuthConnectorTokenRequest) Descriptor() ([]byte, []int)
func (*GetAuthConnectorTokenRequest) Equal ¶
func (this *GetAuthConnectorTokenRequest) Equal(that interface{}) bool
func (*GetAuthConnectorTokenRequest) GetClusterName ¶
func (m *GetAuthConnectorTokenRequest) GetClusterName() string
func (*GetAuthConnectorTokenRequest) GoString ¶
func (this *GetAuthConnectorTokenRequest) GoString() string
func (*GetAuthConnectorTokenRequest) Marshal ¶
func (m *GetAuthConnectorTokenRequest) Marshal() (dAtA []byte, err error)
func (*GetAuthConnectorTokenRequest) MarshalTo ¶
func (m *GetAuthConnectorTokenRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetAuthConnectorTokenRequest) MarshalToSizedBuffer ¶
func (m *GetAuthConnectorTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAuthConnectorTokenRequest) ProtoMessage ¶
func (*GetAuthConnectorTokenRequest) ProtoMessage()
func (*GetAuthConnectorTokenRequest) Reset ¶
func (m *GetAuthConnectorTokenRequest) Reset()
func (*GetAuthConnectorTokenRequest) Size ¶
func (m *GetAuthConnectorTokenRequest) Size() (n int)
func (*GetAuthConnectorTokenRequest) String ¶
func (this *GetAuthConnectorTokenRequest) String() string
func (*GetAuthConnectorTokenRequest) Unmarshal ¶
func (m *GetAuthConnectorTokenRequest) Unmarshal(dAtA []byte) error
func (*GetAuthConnectorTokenRequest) XXX_DiscardUnknown ¶
func (m *GetAuthConnectorTokenRequest) XXX_DiscardUnknown()
func (*GetAuthConnectorTokenRequest) XXX_Marshal ¶
func (m *GetAuthConnectorTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAuthConnectorTokenRequest) XXX_Merge ¶
func (m *GetAuthConnectorTokenRequest) XXX_Merge(src proto.Message)
func (*GetAuthConnectorTokenRequest) XXX_Size ¶
func (m *GetAuthConnectorTokenRequest) XXX_Size() int
func (*GetAuthConnectorTokenRequest) XXX_Unmarshal ¶
func (m *GetAuthConnectorTokenRequest) XXX_Unmarshal(b []byte) error
type GetAuthConnectorTokenResponse ¶
type GetAuthConnectorTokenResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` }
func (*GetAuthConnectorTokenResponse) Descriptor ¶
func (*GetAuthConnectorTokenResponse) Descriptor() ([]byte, []int)
func (*GetAuthConnectorTokenResponse) Equal ¶
func (this *GetAuthConnectorTokenResponse) Equal(that interface{}) bool
func (*GetAuthConnectorTokenResponse) GetExpiresAt ¶
func (m *GetAuthConnectorTokenResponse) GetExpiresAt() int64
func (*GetAuthConnectorTokenResponse) GetToken ¶
func (m *GetAuthConnectorTokenResponse) GetToken() string
func (*GetAuthConnectorTokenResponse) GoString ¶
func (this *GetAuthConnectorTokenResponse) GoString() string
func (*GetAuthConnectorTokenResponse) Marshal ¶
func (m *GetAuthConnectorTokenResponse) Marshal() (dAtA []byte, err error)
func (*GetAuthConnectorTokenResponse) MarshalTo ¶
func (m *GetAuthConnectorTokenResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetAuthConnectorTokenResponse) MarshalToSizedBuffer ¶
func (m *GetAuthConnectorTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAuthConnectorTokenResponse) ProtoMessage ¶
func (*GetAuthConnectorTokenResponse) ProtoMessage()
func (*GetAuthConnectorTokenResponse) Reset ¶
func (m *GetAuthConnectorTokenResponse) Reset()
func (*GetAuthConnectorTokenResponse) Size ¶
func (m *GetAuthConnectorTokenResponse) Size() (n int)
func (*GetAuthConnectorTokenResponse) String ¶
func (this *GetAuthConnectorTokenResponse) String() string
func (*GetAuthConnectorTokenResponse) Unmarshal ¶
func (m *GetAuthConnectorTokenResponse) Unmarshal(dAtA []byte) error
func (*GetAuthConnectorTokenResponse) XXX_DiscardUnknown ¶
func (m *GetAuthConnectorTokenResponse) XXX_DiscardUnknown()
func (*GetAuthConnectorTokenResponse) XXX_Marshal ¶
func (m *GetAuthConnectorTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAuthConnectorTokenResponse) XXX_Merge ¶
func (m *GetAuthConnectorTokenResponse) XXX_Merge(src proto.Message)
func (*GetAuthConnectorTokenResponse) XXX_Size ¶
func (m *GetAuthConnectorTokenResponse) XXX_Size() int
func (*GetAuthConnectorTokenResponse) XXX_Unmarshal ¶
func (m *GetAuthConnectorTokenResponse) XXX_Unmarshal(b []byte) error
type InviteUserRequest ¶
type InviteUserRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` }
func (*InviteUserRequest) Descriptor ¶
func (*InviteUserRequest) Descriptor() ([]byte, []int)
func (*InviteUserRequest) Equal ¶
func (this *InviteUserRequest) Equal(that interface{}) bool
func (*InviteUserRequest) GetEmail ¶
func (m *InviteUserRequest) GetEmail() string
func (*InviteUserRequest) GetFirstName ¶
func (m *InviteUserRequest) GetFirstName() string
func (*InviteUserRequest) GetLastName ¶
func (m *InviteUserRequest) GetLastName() string
func (*InviteUserRequest) GetOrgID ¶
func (m *InviteUserRequest) GetOrgID() *uuidpb.UUID
func (*InviteUserRequest) GoString ¶
func (this *InviteUserRequest) GoString() string
func (*InviteUserRequest) Marshal ¶
func (m *InviteUserRequest) Marshal() (dAtA []byte, err error)
func (*InviteUserRequest) MarshalTo ¶
func (m *InviteUserRequest) MarshalTo(dAtA []byte) (int, error)
func (*InviteUserRequest) MarshalToSizedBuffer ¶
func (m *InviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InviteUserRequest) ProtoMessage ¶
func (*InviteUserRequest) ProtoMessage()
func (*InviteUserRequest) Reset ¶
func (m *InviteUserRequest) Reset()
func (*InviteUserRequest) Size ¶
func (m *InviteUserRequest) Size() (n int)
func (*InviteUserRequest) String ¶
func (this *InviteUserRequest) String() string
func (*InviteUserRequest) Unmarshal ¶
func (m *InviteUserRequest) Unmarshal(dAtA []byte) error
func (*InviteUserRequest) XXX_DiscardUnknown ¶
func (m *InviteUserRequest) XXX_DiscardUnknown()
func (*InviteUserRequest) XXX_Marshal ¶
func (m *InviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteUserRequest) XXX_Merge ¶
func (m *InviteUserRequest) XXX_Merge(src proto.Message)
func (*InviteUserRequest) XXX_Size ¶
func (m *InviteUserRequest) XXX_Size() int
func (*InviteUserRequest) XXX_Unmarshal ¶
func (m *InviteUserRequest) XXX_Unmarshal(b []byte) error
type InviteUserResponse ¶
type InviteUserResponse struct {
InviteLink string `protobuf:"bytes,1,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`
}
func (*InviteUserResponse) Descriptor ¶
func (*InviteUserResponse) Descriptor() ([]byte, []int)
func (*InviteUserResponse) Equal ¶
func (this *InviteUserResponse) Equal(that interface{}) bool
func (*InviteUserResponse) GetInviteLink ¶
func (m *InviteUserResponse) GetInviteLink() string
func (*InviteUserResponse) GoString ¶
func (this *InviteUserResponse) GoString() string
func (*InviteUserResponse) Marshal ¶
func (m *InviteUserResponse) Marshal() (dAtA []byte, err error)
func (*InviteUserResponse) MarshalTo ¶
func (m *InviteUserResponse) MarshalTo(dAtA []byte) (int, error)
func (*InviteUserResponse) MarshalToSizedBuffer ¶
func (m *InviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InviteUserResponse) ProtoMessage ¶
func (*InviteUserResponse) ProtoMessage()
func (*InviteUserResponse) Reset ¶
func (m *InviteUserResponse) Reset()
func (*InviteUserResponse) Size ¶
func (m *InviteUserResponse) Size() (n int)
func (*InviteUserResponse) String ¶
func (this *InviteUserResponse) String() string
func (*InviteUserResponse) Unmarshal ¶
func (m *InviteUserResponse) Unmarshal(dAtA []byte) error
func (*InviteUserResponse) XXX_DiscardUnknown ¶
func (m *InviteUserResponse) XXX_DiscardUnknown()
func (*InviteUserResponse) XXX_Marshal ¶
func (m *InviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteUserResponse) XXX_Merge ¶
func (m *InviteUserResponse) XXX_Merge(src proto.Message)
func (*InviteUserResponse) XXX_Size ¶
func (m *InviteUserResponse) XXX_Size() int
func (*InviteUserResponse) XXX_Unmarshal ¶
func (m *InviteUserResponse) XXX_Unmarshal(b []byte) error
type ListAPIKeyRequest ¶
type ListAPIKeyRequest struct { }
func (*ListAPIKeyRequest) Descriptor ¶
func (*ListAPIKeyRequest) Descriptor() ([]byte, []int)
func (*ListAPIKeyRequest) Equal ¶
func (this *ListAPIKeyRequest) Equal(that interface{}) bool
func (*ListAPIKeyRequest) GoString ¶
func (this *ListAPIKeyRequest) GoString() string
func (*ListAPIKeyRequest) Marshal ¶
func (m *ListAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*ListAPIKeyRequest) MarshalTo ¶
func (m *ListAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*ListAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *ListAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAPIKeyRequest) ProtoMessage ¶
func (*ListAPIKeyRequest) ProtoMessage()
func (*ListAPIKeyRequest) Reset ¶
func (m *ListAPIKeyRequest) Reset()
func (*ListAPIKeyRequest) Size ¶
func (m *ListAPIKeyRequest) Size() (n int)
func (*ListAPIKeyRequest) String ¶
func (this *ListAPIKeyRequest) String() string
func (*ListAPIKeyRequest) Unmarshal ¶
func (m *ListAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*ListAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *ListAPIKeyRequest) XXX_DiscardUnknown()
func (*ListAPIKeyRequest) XXX_Marshal ¶
func (m *ListAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAPIKeyRequest) XXX_Merge ¶
func (m *ListAPIKeyRequest) XXX_Merge(src proto.Message)
func (*ListAPIKeyRequest) XXX_Size ¶
func (m *ListAPIKeyRequest) XXX_Size() int
func (*ListAPIKeyRequest) XXX_Unmarshal ¶
func (m *ListAPIKeyRequest) XXX_Unmarshal(b []byte) error
type ListAPIKeyResponse ¶
type ListAPIKeyResponse struct {
Keys []*APIKeyMetadata `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}
func (*ListAPIKeyResponse) Descriptor ¶
func (*ListAPIKeyResponse) Descriptor() ([]byte, []int)
func (*ListAPIKeyResponse) Equal ¶
func (this *ListAPIKeyResponse) Equal(that interface{}) bool
func (*ListAPIKeyResponse) GetKeys ¶
func (m *ListAPIKeyResponse) GetKeys() []*APIKeyMetadata
func (*ListAPIKeyResponse) GoString ¶
func (this *ListAPIKeyResponse) GoString() string
func (*ListAPIKeyResponse) Marshal ¶
func (m *ListAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*ListAPIKeyResponse) MarshalTo ¶
func (m *ListAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*ListAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *ListAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAPIKeyResponse) ProtoMessage ¶
func (*ListAPIKeyResponse) ProtoMessage()
func (*ListAPIKeyResponse) Reset ¶
func (m *ListAPIKeyResponse) Reset()
func (*ListAPIKeyResponse) Size ¶
func (m *ListAPIKeyResponse) Size() (n int)
func (*ListAPIKeyResponse) String ¶
func (this *ListAPIKeyResponse) String() string
func (*ListAPIKeyResponse) Unmarshal ¶
func (m *ListAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*ListAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *ListAPIKeyResponse) XXX_DiscardUnknown()
func (*ListAPIKeyResponse) XXX_Marshal ¶
func (m *ListAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAPIKeyResponse) XXX_Merge ¶
func (m *ListAPIKeyResponse) XXX_Merge(src proto.Message)
func (*ListAPIKeyResponse) XXX_Size ¶
func (m *ListAPIKeyResponse) XXX_Size() int
func (*ListAPIKeyResponse) XXX_Unmarshal ¶
func (m *ListAPIKeyResponse) XXX_Unmarshal(b []byte) error
type LoginReply ¶
type LoginReply struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` UserCreated bool `protobuf:"varint,3,opt,name=user_created,json=userCreated,proto3" json:"user_created,omitempty"` UserInfo *AuthenticatedUserInfo `protobuf:"bytes,5,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"` OrgInfo *LoginReply_OrgInfo `protobuf:"bytes,6,opt,name=org_info,json=orgInfo,proto3" json:"org_info,omitempty"` IdentityProvider string `protobuf:"bytes,7,opt,name=identity_provider,json=identityProvider,proto3" json:"identity_provider,omitempty"` }
func (*LoginReply) Descriptor ¶
func (*LoginReply) Descriptor() ([]byte, []int)
func (*LoginReply) Equal ¶
func (this *LoginReply) Equal(that interface{}) bool
func (*LoginReply) GetExpiresAt ¶
func (m *LoginReply) GetExpiresAt() int64
func (*LoginReply) GetIdentityProvider ¶
func (m *LoginReply) GetIdentityProvider() string
func (*LoginReply) GetOrgInfo ¶
func (m *LoginReply) GetOrgInfo() *LoginReply_OrgInfo
func (*LoginReply) GetToken ¶
func (m *LoginReply) GetToken() string
func (*LoginReply) GetUserCreated ¶
func (m *LoginReply) GetUserCreated() bool
func (*LoginReply) GetUserInfo ¶
func (m *LoginReply) GetUserInfo() *AuthenticatedUserInfo
func (*LoginReply) GoString ¶
func (this *LoginReply) GoString() string
func (*LoginReply) Marshal ¶
func (m *LoginReply) Marshal() (dAtA []byte, err error)
func (*LoginReply) MarshalToSizedBuffer ¶
func (m *LoginReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LoginReply) ProtoMessage ¶
func (*LoginReply) ProtoMessage()
func (*LoginReply) Reset ¶
func (m *LoginReply) Reset()
func (*LoginReply) Size ¶
func (m *LoginReply) Size() (n int)
func (*LoginReply) String ¶
func (this *LoginReply) String() string
func (*LoginReply) Unmarshal ¶
func (m *LoginReply) Unmarshal(dAtA []byte) error
func (*LoginReply) XXX_DiscardUnknown ¶
func (m *LoginReply) XXX_DiscardUnknown()
func (*LoginReply) XXX_Marshal ¶
func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoginReply) XXX_Merge ¶
func (m *LoginReply) XXX_Merge(src proto.Message)
func (*LoginReply) XXX_Size ¶
func (m *LoginReply) XXX_Size() int
func (*LoginReply) XXX_Unmarshal ¶
func (m *LoginReply) XXX_Unmarshal(b []byte) error
type LoginReply_OrgInfo ¶
type LoginReply_OrgInfo struct { OrgID string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` OrgName string `protobuf:"bytes,2,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"` }
func (*LoginReply_OrgInfo) Descriptor ¶
func (*LoginReply_OrgInfo) Descriptor() ([]byte, []int)
func (*LoginReply_OrgInfo) Equal ¶
func (this *LoginReply_OrgInfo) Equal(that interface{}) bool
func (*LoginReply_OrgInfo) GetOrgID ¶
func (m *LoginReply_OrgInfo) GetOrgID() string
func (*LoginReply_OrgInfo) GetOrgName ¶
func (m *LoginReply_OrgInfo) GetOrgName() string
func (*LoginReply_OrgInfo) GoString ¶
func (this *LoginReply_OrgInfo) GoString() string
func (*LoginReply_OrgInfo) Marshal ¶
func (m *LoginReply_OrgInfo) Marshal() (dAtA []byte, err error)
func (*LoginReply_OrgInfo) MarshalTo ¶
func (m *LoginReply_OrgInfo) MarshalTo(dAtA []byte) (int, error)
func (*LoginReply_OrgInfo) MarshalToSizedBuffer ¶
func (m *LoginReply_OrgInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LoginReply_OrgInfo) ProtoMessage ¶
func (*LoginReply_OrgInfo) ProtoMessage()
func (*LoginReply_OrgInfo) Reset ¶
func (m *LoginReply_OrgInfo) Reset()
func (*LoginReply_OrgInfo) Size ¶
func (m *LoginReply_OrgInfo) Size() (n int)
func (*LoginReply_OrgInfo) String ¶
func (this *LoginReply_OrgInfo) String() string
func (*LoginReply_OrgInfo) Unmarshal ¶
func (m *LoginReply_OrgInfo) Unmarshal(dAtA []byte) error
func (*LoginReply_OrgInfo) XXX_DiscardUnknown ¶
func (m *LoginReply_OrgInfo) XXX_DiscardUnknown()
func (*LoginReply_OrgInfo) XXX_Marshal ¶
func (m *LoginReply_OrgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoginReply_OrgInfo) XXX_Merge ¶
func (m *LoginReply_OrgInfo) XXX_Merge(src proto.Message)
func (*LoginReply_OrgInfo) XXX_Size ¶
func (m *LoginReply_OrgInfo) XXX_Size() int
func (*LoginReply_OrgInfo) XXX_Unmarshal ¶
func (m *LoginReply_OrgInfo) XXX_Unmarshal(b []byte) error
type LoginRequest ¶
type LoginRequest struct { AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` CreateUserIfNotExists bool `` /* 131-byte string literal not displayed */ InviteToken string `protobuf:"bytes,6,opt,name=invite_token,json=inviteToken,proto3" json:"invite_token,omitempty"` }
func (*LoginRequest) Descriptor ¶
func (*LoginRequest) Descriptor() ([]byte, []int)
func (*LoginRequest) Equal ¶
func (this *LoginRequest) Equal(that interface{}) bool
func (*LoginRequest) GetAccessToken ¶
func (m *LoginRequest) GetAccessToken() string
func (*LoginRequest) GetCreateUserIfNotExists ¶
func (m *LoginRequest) GetCreateUserIfNotExists() bool
func (*LoginRequest) GetInviteToken ¶
func (m *LoginRequest) GetInviteToken() string
func (*LoginRequest) GoString ¶
func (this *LoginRequest) GoString() string
func (*LoginRequest) Marshal ¶
func (m *LoginRequest) Marshal() (dAtA []byte, err error)
func (*LoginRequest) MarshalToSizedBuffer ¶
func (m *LoginRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LoginRequest) ProtoMessage ¶
func (*LoginRequest) ProtoMessage()
func (*LoginRequest) Reset ¶
func (m *LoginRequest) Reset()
func (*LoginRequest) Size ¶
func (m *LoginRequest) Size() (n int)
func (*LoginRequest) String ¶
func (this *LoginRequest) String() string
func (*LoginRequest) Unmarshal ¶
func (m *LoginRequest) Unmarshal(dAtA []byte) error
func (*LoginRequest) XXX_DiscardUnknown ¶
func (m *LoginRequest) XXX_DiscardUnknown()
func (*LoginRequest) XXX_Marshal ¶
func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoginRequest) XXX_Merge ¶
func (m *LoginRequest) XXX_Merge(src proto.Message)
func (*LoginRequest) XXX_Size ¶
func (m *LoginRequest) XXX_Size() int
func (*LoginRequest) XXX_Unmarshal ¶
func (m *LoginRequest) XXX_Unmarshal(b []byte) error
type LookupAPIKeyRequest ¶
type LookupAPIKeyRequest struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*LookupAPIKeyRequest) Descriptor ¶
func (*LookupAPIKeyRequest) Descriptor() ([]byte, []int)
func (*LookupAPIKeyRequest) Equal ¶
func (this *LookupAPIKeyRequest) Equal(that interface{}) bool
func (*LookupAPIKeyRequest) GetKey ¶
func (m *LookupAPIKeyRequest) GetKey() string
func (*LookupAPIKeyRequest) GoString ¶
func (this *LookupAPIKeyRequest) GoString() string
func (*LookupAPIKeyRequest) Marshal ¶
func (m *LookupAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*LookupAPIKeyRequest) MarshalTo ¶
func (m *LookupAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*LookupAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *LookupAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LookupAPIKeyRequest) ProtoMessage ¶
func (*LookupAPIKeyRequest) ProtoMessage()
func (*LookupAPIKeyRequest) Reset ¶
func (m *LookupAPIKeyRequest) Reset()
func (*LookupAPIKeyRequest) Size ¶
func (m *LookupAPIKeyRequest) Size() (n int)
func (*LookupAPIKeyRequest) String ¶
func (this *LookupAPIKeyRequest) String() string
func (*LookupAPIKeyRequest) Unmarshal ¶
func (m *LookupAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*LookupAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *LookupAPIKeyRequest) XXX_DiscardUnknown()
func (*LookupAPIKeyRequest) XXX_Marshal ¶
func (m *LookupAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LookupAPIKeyRequest) XXX_Merge ¶
func (m *LookupAPIKeyRequest) XXX_Merge(src proto.Message)
func (*LookupAPIKeyRequest) XXX_Size ¶
func (m *LookupAPIKeyRequest) XXX_Size() int
func (*LookupAPIKeyRequest) XXX_Unmarshal ¶
func (m *LookupAPIKeyRequest) XXX_Unmarshal(b []byte) error
type LookupAPIKeyResponse ¶
type LookupAPIKeyResponse struct {
Key *APIKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*LookupAPIKeyResponse) Descriptor ¶
func (*LookupAPIKeyResponse) Descriptor() ([]byte, []int)
func (*LookupAPIKeyResponse) Equal ¶
func (this *LookupAPIKeyResponse) Equal(that interface{}) bool
func (*LookupAPIKeyResponse) GetKey ¶
func (m *LookupAPIKeyResponse) GetKey() *APIKey
func (*LookupAPIKeyResponse) GoString ¶
func (this *LookupAPIKeyResponse) GoString() string
func (*LookupAPIKeyResponse) Marshal ¶
func (m *LookupAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*LookupAPIKeyResponse) MarshalTo ¶
func (m *LookupAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*LookupAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *LookupAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LookupAPIKeyResponse) ProtoMessage ¶
func (*LookupAPIKeyResponse) ProtoMessage()
func (*LookupAPIKeyResponse) Reset ¶
func (m *LookupAPIKeyResponse) Reset()
func (*LookupAPIKeyResponse) Size ¶
func (m *LookupAPIKeyResponse) Size() (n int)
func (*LookupAPIKeyResponse) String ¶
func (this *LookupAPIKeyResponse) String() string
func (*LookupAPIKeyResponse) Unmarshal ¶
func (m *LookupAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*LookupAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *LookupAPIKeyResponse) XXX_DiscardUnknown()
func (*LookupAPIKeyResponse) XXX_Marshal ¶
func (m *LookupAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LookupAPIKeyResponse) XXX_Merge ¶
func (m *LookupAPIKeyResponse) XXX_Merge(src proto.Message)
func (*LookupAPIKeyResponse) XXX_Size ¶
func (m *LookupAPIKeyResponse) XXX_Size() int
func (*LookupAPIKeyResponse) XXX_Unmarshal ¶
func (m *LookupAPIKeyResponse) XXX_Unmarshal(b []byte) error
type RefetchTokenRequest ¶
type RefetchTokenRequest struct {
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
}
func (*RefetchTokenRequest) Descriptor ¶
func (*RefetchTokenRequest) Descriptor() ([]byte, []int)
func (*RefetchTokenRequest) Equal ¶
func (this *RefetchTokenRequest) Equal(that interface{}) bool
func (*RefetchTokenRequest) GetToken ¶
func (m *RefetchTokenRequest) GetToken() string
func (*RefetchTokenRequest) GoString ¶
func (this *RefetchTokenRequest) GoString() string
func (*RefetchTokenRequest) Marshal ¶
func (m *RefetchTokenRequest) Marshal() (dAtA []byte, err error)
func (*RefetchTokenRequest) MarshalTo ¶
func (m *RefetchTokenRequest) MarshalTo(dAtA []byte) (int, error)
func (*RefetchTokenRequest) MarshalToSizedBuffer ¶
func (m *RefetchTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RefetchTokenRequest) ProtoMessage ¶
func (*RefetchTokenRequest) ProtoMessage()
func (*RefetchTokenRequest) Reset ¶
func (m *RefetchTokenRequest) Reset()
func (*RefetchTokenRequest) Size ¶
func (m *RefetchTokenRequest) Size() (n int)
func (*RefetchTokenRequest) String ¶
func (this *RefetchTokenRequest) String() string
func (*RefetchTokenRequest) Unmarshal ¶
func (m *RefetchTokenRequest) Unmarshal(dAtA []byte) error
func (*RefetchTokenRequest) XXX_DiscardUnknown ¶
func (m *RefetchTokenRequest) XXX_DiscardUnknown()
func (*RefetchTokenRequest) XXX_Marshal ¶
func (m *RefetchTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefetchTokenRequest) XXX_Merge ¶
func (m *RefetchTokenRequest) XXX_Merge(src proto.Message)
func (*RefetchTokenRequest) XXX_Size ¶
func (m *RefetchTokenRequest) XXX_Size() int
func (*RefetchTokenRequest) XXX_Unmarshal ¶
func (m *RefetchTokenRequest) XXX_Unmarshal(b []byte) error
type RefetchTokenResponse ¶
type RefetchTokenResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` }
func (*RefetchTokenResponse) Descriptor ¶
func (*RefetchTokenResponse) Descriptor() ([]byte, []int)
func (*RefetchTokenResponse) Equal ¶
func (this *RefetchTokenResponse) Equal(that interface{}) bool
func (*RefetchTokenResponse) GetExpiresAt ¶
func (m *RefetchTokenResponse) GetExpiresAt() int64
func (*RefetchTokenResponse) GetToken ¶
func (m *RefetchTokenResponse) GetToken() string
func (*RefetchTokenResponse) GoString ¶
func (this *RefetchTokenResponse) GoString() string
func (*RefetchTokenResponse) Marshal ¶
func (m *RefetchTokenResponse) Marshal() (dAtA []byte, err error)
func (*RefetchTokenResponse) MarshalTo ¶
func (m *RefetchTokenResponse) MarshalTo(dAtA []byte) (int, error)
func (*RefetchTokenResponse) MarshalToSizedBuffer ¶
func (m *RefetchTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RefetchTokenResponse) ProtoMessage ¶
func (*RefetchTokenResponse) ProtoMessage()
func (*RefetchTokenResponse) Reset ¶
func (m *RefetchTokenResponse) Reset()
func (*RefetchTokenResponse) Size ¶
func (m *RefetchTokenResponse) Size() (n int)
func (*RefetchTokenResponse) String ¶
func (this *RefetchTokenResponse) String() string
func (*RefetchTokenResponse) Unmarshal ¶
func (m *RefetchTokenResponse) Unmarshal(dAtA []byte) error
func (*RefetchTokenResponse) XXX_DiscardUnknown ¶
func (m *RefetchTokenResponse) XXX_DiscardUnknown()
func (*RefetchTokenResponse) XXX_Marshal ¶
func (m *RefetchTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefetchTokenResponse) XXX_Merge ¶
func (m *RefetchTokenResponse) XXX_Merge(src proto.Message)
func (*RefetchTokenResponse) XXX_Size ¶
func (m *RefetchTokenResponse) XXX_Size() int
func (*RefetchTokenResponse) XXX_Unmarshal ¶
func (m *RefetchTokenResponse) XXX_Unmarshal(b []byte) error
type SignupReply ¶
type SignupReply struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` OrgCreated bool `protobuf:"varint,3,opt,name=org_created,json=orgCreated,proto3" json:"org_created,omitempty"` UserInfo *AuthenticatedUserInfo `protobuf:"bytes,5,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,6,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` OrgName string `protobuf:"bytes,7,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"` IdentityProvider string `protobuf:"bytes,8,opt,name=identity_provider,json=identityProvider,proto3" json:"identity_provider,omitempty"` }
func (*SignupReply) Descriptor ¶
func (*SignupReply) Descriptor() ([]byte, []int)
func (*SignupReply) Equal ¶
func (this *SignupReply) Equal(that interface{}) bool
func (*SignupReply) GetExpiresAt ¶
func (m *SignupReply) GetExpiresAt() int64
func (*SignupReply) GetIdentityProvider ¶
func (m *SignupReply) GetIdentityProvider() string
func (*SignupReply) GetOrgCreated ¶
func (m *SignupReply) GetOrgCreated() bool
func (*SignupReply) GetOrgID ¶
func (m *SignupReply) GetOrgID() *uuidpb.UUID
func (*SignupReply) GetOrgName ¶
func (m *SignupReply) GetOrgName() string
func (*SignupReply) GetToken ¶
func (m *SignupReply) GetToken() string
func (*SignupReply) GetUserInfo ¶
func (m *SignupReply) GetUserInfo() *AuthenticatedUserInfo
func (*SignupReply) GoString ¶
func (this *SignupReply) GoString() string
func (*SignupReply) Marshal ¶
func (m *SignupReply) Marshal() (dAtA []byte, err error)
func (*SignupReply) MarshalToSizedBuffer ¶
func (m *SignupReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignupReply) ProtoMessage ¶
func (*SignupReply) ProtoMessage()
func (*SignupReply) Reset ¶
func (m *SignupReply) Reset()
func (*SignupReply) Size ¶
func (m *SignupReply) Size() (n int)
func (*SignupReply) String ¶
func (this *SignupReply) String() string
func (*SignupReply) Unmarshal ¶
func (m *SignupReply) Unmarshal(dAtA []byte) error
func (*SignupReply) XXX_DiscardUnknown ¶
func (m *SignupReply) XXX_DiscardUnknown()
func (*SignupReply) XXX_Marshal ¶
func (m *SignupReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignupReply) XXX_Merge ¶
func (m *SignupReply) XXX_Merge(src proto.Message)
func (*SignupReply) XXX_Size ¶
func (m *SignupReply) XXX_Size() int
func (*SignupReply) XXX_Unmarshal ¶
func (m *SignupReply) XXX_Unmarshal(b []byte) error
type SignupRequest ¶
type SignupRequest struct { AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` InviteToken string `protobuf:"bytes,4,opt,name=invite_token,json=inviteToken,proto3" json:"invite_token,omitempty"` }
func (*SignupRequest) Descriptor ¶
func (*SignupRequest) Descriptor() ([]byte, []int)
func (*SignupRequest) Equal ¶
func (this *SignupRequest) Equal(that interface{}) bool
func (*SignupRequest) GetAccessToken ¶
func (m *SignupRequest) GetAccessToken() string
func (*SignupRequest) GetInviteToken ¶
func (m *SignupRequest) GetInviteToken() string
func (*SignupRequest) GoString ¶
func (this *SignupRequest) GoString() string
func (*SignupRequest) Marshal ¶
func (m *SignupRequest) Marshal() (dAtA []byte, err error)
func (*SignupRequest) MarshalToSizedBuffer ¶
func (m *SignupRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignupRequest) ProtoMessage ¶
func (*SignupRequest) ProtoMessage()
func (*SignupRequest) Reset ¶
func (m *SignupRequest) Reset()
func (*SignupRequest) Size ¶
func (m *SignupRequest) Size() (n int)
func (*SignupRequest) String ¶
func (this *SignupRequest) String() string
func (*SignupRequest) Unmarshal ¶
func (m *SignupRequest) Unmarshal(dAtA []byte) error
func (*SignupRequest) XXX_DiscardUnknown ¶
func (m *SignupRequest) XXX_DiscardUnknown()
func (*SignupRequest) XXX_Marshal ¶
func (m *SignupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignupRequest) XXX_Merge ¶
func (m *SignupRequest) XXX_Merge(src proto.Message)
func (*SignupRequest) XXX_Size ¶
func (m *SignupRequest) XXX_Size() int
func (*SignupRequest) XXX_Unmarshal ¶
func (m *SignupRequest) XXX_Unmarshal(b []byte) error
type UnimplementedAPIKeyServiceServer ¶
type UnimplementedAPIKeyServiceServer struct { }
UnimplementedAPIKeyServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAPIKeyServiceServer) Create ¶
func (*UnimplementedAPIKeyServiceServer) Create(ctx context.Context, req *CreateAPIKeyRequest) (*APIKey, error)
func (*UnimplementedAPIKeyServiceServer) Get ¶
func (*UnimplementedAPIKeyServiceServer) Get(ctx context.Context, req *GetAPIKeyRequest) (*GetAPIKeyResponse, error)
func (*UnimplementedAPIKeyServiceServer) List ¶
func (*UnimplementedAPIKeyServiceServer) List(ctx context.Context, req *ListAPIKeyRequest) (*ListAPIKeyResponse, error)
func (*UnimplementedAPIKeyServiceServer) LookupAPIKey ¶
func (*UnimplementedAPIKeyServiceServer) LookupAPIKey(ctx context.Context, req *LookupAPIKeyRequest) (*LookupAPIKeyResponse, error)
type UnimplementedAuthServiceServer ¶
type UnimplementedAuthServiceServer struct { }
UnimplementedAuthServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAuthServiceServer) CreateOrgAndInviteUser ¶
func (*UnimplementedAuthServiceServer) CreateOrgAndInviteUser(ctx context.Context, req *CreateOrgAndInviteUserRequest) (*CreateOrgAndInviteUserResponse, error)
func (*UnimplementedAuthServiceServer) GetAugmentedToken ¶
func (*UnimplementedAuthServiceServer) GetAugmentedToken(ctx context.Context, req *GetAugmentedAuthTokenRequest) (*GetAugmentedAuthTokenResponse, error)
func (*UnimplementedAuthServiceServer) GetAugmentedTokenForAPIKey ¶
func (*UnimplementedAuthServiceServer) GetAugmentedTokenForAPIKey(ctx context.Context, req *GetAugmentedTokenForAPIKeyRequest) (*GetAugmentedTokenForAPIKeyResponse, error)
func (*UnimplementedAuthServiceServer) GetAuthConnectorToken ¶
func (*UnimplementedAuthServiceServer) GetAuthConnectorToken(ctx context.Context, req *GetAuthConnectorTokenRequest) (*GetAuthConnectorTokenResponse, error)
func (*UnimplementedAuthServiceServer) InviteUser ¶
func (*UnimplementedAuthServiceServer) InviteUser(ctx context.Context, req *InviteUserRequest) (*InviteUserResponse, error)
func (*UnimplementedAuthServiceServer) Login ¶
func (*UnimplementedAuthServiceServer) Login(ctx context.Context, req *LoginRequest) (*LoginReply, error)
func (*UnimplementedAuthServiceServer) RefetchToken ¶
func (*UnimplementedAuthServiceServer) RefetchToken(ctx context.Context, req *RefetchTokenRequest) (*RefetchTokenResponse, error)
func (*UnimplementedAuthServiceServer) Signup ¶
func (*UnimplementedAuthServiceServer) Signup(ctx context.Context, req *SignupRequest) (*SignupReply, error)