Versions in this module Expand all Collapse all v0 v0.0.12 Dec 6, 2024 v0.0.11 Dec 5, 2024 Changes in this version + var File_auth_v1_auth_proto protoreflect.FileDescriptor + type AuthN struct + Auth isAuthN_Auth + Type string + func (*AuthN) Descriptor() ([]byte, []int) + func (*AuthN) ProtoMessage() + func (m *AuthN) GetAuth() isAuthN_Auth + func (m *AuthN) Validate() error + func (m *AuthN) ValidateAll() error + func (x *AuthN) GetBasic() *BasicAuth + func (x *AuthN) GetBearer() *BearerAuth + func (x *AuthN) GetType() string + func (x *AuthN) ProtoReflect() protoreflect.Message + func (x *AuthN) Reset() + func (x *AuthN) String() string + type AuthNMultiError []error + func (m AuthNMultiError) AllErrors() []error + func (m AuthNMultiError) Error() string + type AuthNValidationError struct + func (e AuthNValidationError) Cause() error + func (e AuthNValidationError) Error() string + func (e AuthNValidationError) ErrorName() string + func (e AuthNValidationError) Field() string + func (e AuthNValidationError) Key() bool + func (e AuthNValidationError) Reason() string + type AuthN_Basic struct + Basic *BasicAuth + type AuthN_Bearer struct + Bearer *BearerAuth + type AuthZ struct + Id string + Roles []string + Root bool + Timestamp *timestamppb.Timestamp + User string + Username string + func (*AuthZ) Descriptor() ([]byte, []int) + func (*AuthZ) ProtoMessage() + func (m *AuthZ) Validate() error + func (m *AuthZ) ValidateAll() error + func (x *AuthZ) GetId() string + func (x *AuthZ) GetRoles() []string + func (x *AuthZ) GetRoot() bool + func (x *AuthZ) GetTimestamp() *timestamppb.Timestamp + func (x *AuthZ) GetUser() string + func (x *AuthZ) GetUsername() string + func (x *AuthZ) ProtoReflect() protoreflect.Message + func (x *AuthZ) Reset() + func (x *AuthZ) String() string + type AuthZMultiError []error + func (m AuthZMultiError) AllErrors() []error + func (m AuthZMultiError) Error() string + type AuthZValidationError struct + func (e AuthZValidationError) Cause() error + func (e AuthZValidationError) Error() string + func (e AuthZValidationError) ErrorName() string + func (e AuthZValidationError) Field() string + func (e AuthZValidationError) Key() bool + func (e AuthZValidationError) Reason() string + type BasicAuth struct + Password string + Username string + func (*BasicAuth) Descriptor() ([]byte, []int) + func (*BasicAuth) ProtoMessage() + func (m *BasicAuth) Validate() error + func (m *BasicAuth) ValidateAll() error + func (x *BasicAuth) GetPassword() string + func (x *BasicAuth) GetUsername() string + func (x *BasicAuth) ProtoReflect() protoreflect.Message + func (x *BasicAuth) Reset() + func (x *BasicAuth) String() string + type BasicAuthMultiError []error + func (m BasicAuthMultiError) AllErrors() []error + func (m BasicAuthMultiError) Error() string + type BasicAuthValidationError struct + func (e BasicAuthValidationError) Cause() error + func (e BasicAuthValidationError) Error() string + func (e BasicAuthValidationError) ErrorName() string + func (e BasicAuthValidationError) Field() string + func (e BasicAuthValidationError) Key() bool + func (e BasicAuthValidationError) Reason() string + type BearerAuth struct + Token string + func (*BearerAuth) Descriptor() ([]byte, []int) + func (*BearerAuth) ProtoMessage() + func (m *BearerAuth) Validate() error + func (m *BearerAuth) ValidateAll() error + func (x *BearerAuth) GetToken() string + func (x *BearerAuth) ProtoReflect() protoreflect.Message + func (x *BearerAuth) Reset() + func (x *BearerAuth) String() string + type BearerAuthMultiError []error + func (m BearerAuthMultiError) AllErrors() []error + func (m BearerAuthMultiError) Error() string + type BearerAuthValidationError struct + func (e BearerAuthValidationError) Cause() error + func (e BearerAuthValidationError) Error() string + func (e BearerAuthValidationError) ErrorName() string + func (e BearerAuthValidationError) Field() string + func (e BearerAuthValidationError) Key() bool + func (e BearerAuthValidationError) Reason() string