Documentation ¶
Index ¶
- Variables
- type AuthenticationMetadata
- func (*AuthenticationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticationMetadata) GetPrivate() *structpb.Value
- func (x *AuthenticationMetadata) GetPublic() *structpb.Value
- func (x *AuthenticationMetadata) GetTracingAttributes() []*v1.KeyValue
- func (*AuthenticationMetadata) ProtoMessage()
- func (x *AuthenticationMetadata) ProtoReflect() protoreflect.Message
- func (x *AuthenticationMetadata) Reset()
- func (x *AuthenticationMetadata) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_auth_auth_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuthenticationMetadata ¶
type AuthenticationMetadata struct { Public *structpb.Value `protobuf:"bytes,1,opt,name=public,proto3" json:"public,omitempty"` TracingAttributes []*v1.KeyValue `protobuf:"bytes,2,rep,name=tracing_attributes,json=tracingAttributes,proto3" json:"tracing_attributes,omitempty"` Private *structpb.Value `protobuf:"bytes,3,opt,name=private,proto3" json:"private,omitempty"` // contains filtered or unexported fields }
func (*AuthenticationMetadata) Descriptor
deprecated
func (*AuthenticationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticationMetadata.ProtoReflect.Descriptor instead.
func (*AuthenticationMetadata) GetPrivate ¶
func (x *AuthenticationMetadata) GetPrivate() *structpb.Value
func (*AuthenticationMetadata) GetPublic ¶
func (x *AuthenticationMetadata) GetPublic() *structpb.Value
func (*AuthenticationMetadata) GetTracingAttributes ¶
func (x *AuthenticationMetadata) GetTracingAttributes() []*v1.KeyValue
func (*AuthenticationMetadata) ProtoMessage ¶
func (*AuthenticationMetadata) ProtoMessage()
func (*AuthenticationMetadata) ProtoReflect ¶
func (x *AuthenticationMetadata) ProtoReflect() protoreflect.Message
func (*AuthenticationMetadata) Reset ¶
func (x *AuthenticationMetadata) Reset()
func (*AuthenticationMetadata) String ¶
func (x *AuthenticationMetadata) String() string
Click to show internal directories.
Click to hide internal directories.