oidc

package
v0.0.0-...-a9d0937 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_proto_http_oidc_oidc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CookieValue

type CookieValue struct {

	// Types that are assignable to SessionState:
	//
	//	*CookieValue_Authenticating_
	//	*CookieValue_Authenticated_
	SessionState isCookieValue_SessionState `protobuf_oneof:"session_state"`
	// contains filtered or unexported fields
}

func (*CookieValue) Descriptor deprecated

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

Deprecated: Use CookieValue.ProtoReflect.Descriptor instead.

func (*CookieValue) GetAuthenticated

func (x *CookieValue) GetAuthenticated() *CookieValue_Authenticated

func (*CookieValue) GetAuthenticating

func (x *CookieValue) GetAuthenticating() *CookieValue_Authenticating

func (*CookieValue) GetSessionState

func (m *CookieValue) GetSessionState() isCookieValue_SessionState

func (*CookieValue) ProtoMessage

func (*CookieValue) ProtoMessage()

func (*CookieValue) ProtoReflect

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

func (*CookieValue) Reset

func (x *CookieValue) Reset()

func (*CookieValue) String

func (x *CookieValue) String() string

type CookieValue_Authenticated

type CookieValue_Authenticated struct {
	AuthenticationMetadata *auth.AuthenticationMetadata `` /* 127-byte string literal not displayed */
	Expiration             *timestamppb.Timestamp       `protobuf:"bytes,2,opt,name=expiration,proto3" json:"expiration,omitempty"`
	RefreshToken           string                       `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	DefaultExpiration      *durationpb.Duration         `protobuf:"bytes,4,opt,name=default_expiration,json=defaultExpiration,proto3" json:"default_expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*CookieValue_Authenticated) Descriptor deprecated

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

Deprecated: Use CookieValue_Authenticated.ProtoReflect.Descriptor instead.

func (*CookieValue_Authenticated) GetAuthenticationMetadata

func (x *CookieValue_Authenticated) GetAuthenticationMetadata() *auth.AuthenticationMetadata

func (*CookieValue_Authenticated) GetDefaultExpiration

func (x *CookieValue_Authenticated) GetDefaultExpiration() *durationpb.Duration

func (*CookieValue_Authenticated) GetExpiration

func (x *CookieValue_Authenticated) GetExpiration() *timestamppb.Timestamp

func (*CookieValue_Authenticated) GetRefreshToken

func (x *CookieValue_Authenticated) GetRefreshToken() string

func (*CookieValue_Authenticated) ProtoMessage

func (*CookieValue_Authenticated) ProtoMessage()

func (*CookieValue_Authenticated) ProtoReflect

func (*CookieValue_Authenticated) Reset

func (x *CookieValue_Authenticated) Reset()

func (*CookieValue_Authenticated) String

func (x *CookieValue_Authenticated) String() string

type CookieValue_Authenticated_

type CookieValue_Authenticated_ struct {
	Authenticated *CookieValue_Authenticated `protobuf:"bytes,2,opt,name=authenticated,proto3,oneof"`
}

type CookieValue_Authenticating

type CookieValue_Authenticating struct {
	StateVerifier      []byte `protobuf:"bytes,1,opt,name=state_verifier,json=stateVerifier,proto3" json:"state_verifier,omitempty"`
	OriginalRequestUri string `protobuf:"bytes,2,opt,name=original_request_uri,json=originalRequestUri,proto3" json:"original_request_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*CookieValue_Authenticating) Descriptor deprecated

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

Deprecated: Use CookieValue_Authenticating.ProtoReflect.Descriptor instead.

func (*CookieValue_Authenticating) GetOriginalRequestUri

func (x *CookieValue_Authenticating) GetOriginalRequestUri() string

func (*CookieValue_Authenticating) GetStateVerifier

func (x *CookieValue_Authenticating) GetStateVerifier() []byte

func (*CookieValue_Authenticating) ProtoMessage

func (*CookieValue_Authenticating) ProtoMessage()

func (*CookieValue_Authenticating) ProtoReflect

func (*CookieValue_Authenticating) Reset

func (x *CookieValue_Authenticating) Reset()

func (*CookieValue_Authenticating) String

func (x *CookieValue_Authenticating) String() string

type CookieValue_Authenticating_

type CookieValue_Authenticating_ struct {
	Authenticating *CookieValue_Authenticating `protobuf:"bytes,1,opt,name=authenticating,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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