Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrGrpcOauth2UnableToIdentify ¶
type ErrGrpcOauth2UnableToIdentify struct {
// contains filtered or unexported fields
}
func NewErrGrpcOauth2UnableToIdentify ¶
func NewErrGrpcOauth2UnableToIdentify(msg string, err error) *ErrGrpcOauth2UnableToIdentify
func (*ErrGrpcOauth2UnableToIdentify) Error ¶
func (e *ErrGrpcOauth2UnableToIdentify) Error() string
func (*ErrGrpcOauth2UnableToIdentify) Unwrap ¶
func (e *ErrGrpcOauth2UnableToIdentify) Unwrap() error
type ErrWebOauth2UnableToIdentify ¶
type ErrWebOauth2UnableToIdentify struct {
// contains filtered or unexported fields
}
func NewErrWebOauth2UnableToIdentify ¶
func NewErrWebOauth2UnableToIdentify(msg string, err error) *ErrWebOauth2UnableToIdentify
func (*ErrWebOauth2UnableToIdentify) Error ¶
func (e *ErrWebOauth2UnableToIdentify) Error() string
func (*ErrWebOauth2UnableToIdentify) Unwrap ¶
func (e *ErrWebOauth2UnableToIdentify) Unwrap() error
type GrpcOauth2Credentials ¶
type GrpcOauth2Credentials struct {
// contains filtered or unexported fields
}
func (*GrpcOauth2Credentials) GetRequestMetadata ¶
func (*GrpcOauth2Credentials) Inject ¶
func (c *GrpcOauth2Credentials) Inject(identifier *grpc.IdentityService)
func (*GrpcOauth2Credentials) RequireTransportSecurity ¶
func (*GrpcOauth2Credentials) RequireTransportSecurity() bool
type Oauth2Credentials ¶
type Oauth2Credentials struct {
// contains filtered or unexported fields
}
func (*Oauth2Credentials) GetRequestMetadata ¶
func (*Oauth2Credentials) Inject ¶
func (c *Oauth2Credentials) Inject(identifier *auth.WebIdentityService, grpcIdentifier *grpc.IdentityService)
func (*Oauth2Credentials) RequireTransportSecurity ¶
func (*Oauth2Credentials) RequireTransportSecurity() bool
type WebOauth2Credentials ¶
type WebOauth2Credentials struct {
// contains filtered or unexported fields
}
func (*WebOauth2Credentials) GetRequestMetadata ¶
func (*WebOauth2Credentials) Inject ¶
func (c *WebOauth2Credentials) Inject(identifier *auth.WebIdentityService)
func (*WebOauth2Credentials) RequireTransportSecurity ¶
func (*WebOauth2Credentials) RequireTransportSecurity() bool
Click to show internal directories.
Click to hide internal directories.