model

package
v0.0.0-...-39aa0e5 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CodeChallenge_Methods_name = map[int32]string{
		0: "plain",
		1: "S256",
	}
	CodeChallenge_Methods_value = map[string]int32{
		"plain": 0,
		"S256":  1,
	}
)

Enum value maps for CodeChallenge_Methods.

View Source
var File_internal_model_model_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CodeChallenge

type CodeChallenge struct {
	Challenge string                `protobuf:"bytes,1,opt,name=Challenge,proto3" json:"Challenge,omitempty"`
	Method    CodeChallenge_Methods `protobuf:"varint,2,opt,name=Method,proto3,enum=model.CodeChallenge_Methods" json:"Method,omitempty"`
	// contains filtered or unexported fields
}

func (*CodeChallenge) Descriptor deprecated

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

Deprecated: Use CodeChallenge.ProtoReflect.Descriptor instead.

func (*CodeChallenge) GetChallenge

func (x *CodeChallenge) GetChallenge() string

func (*CodeChallenge) GetMethod

func (x *CodeChallenge) GetMethod() CodeChallenge_Methods

func (*CodeChallenge) ProtoMessage

func (*CodeChallenge) ProtoMessage()

func (*CodeChallenge) ProtoReflect

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

func (*CodeChallenge) Reset

func (x *CodeChallenge) Reset()

func (*CodeChallenge) String

func (x *CodeChallenge) String() string

type CodeChallenge_Methods

type CodeChallenge_Methods int32
const (
	CodeChallenge_plain CodeChallenge_Methods = 0
	CodeChallenge_S256  CodeChallenge_Methods = 1
)

func (CodeChallenge_Methods) Descriptor

func (CodeChallenge_Methods) Enum

func (CodeChallenge_Methods) EnumDescriptor deprecated

func (CodeChallenge_Methods) EnumDescriptor() ([]byte, []int)

Deprecated: Use CodeChallenge_Methods.Descriptor instead.

func (CodeChallenge_Methods) Number

func (CodeChallenge_Methods) String

func (x CodeChallenge_Methods) String() string

func (CodeChallenge_Methods) Type

type Request

type Request struct {
	ID            string                 `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	ACR           string                 `protobuf:"bytes,2,opt,name=ACR,proto3" json:"ACR,omitempty"`
	AMR           []string               `protobuf:"bytes,3,rep,name=AMR,proto3" json:"AMR,omitempty"`
	Audience      []string               `protobuf:"bytes,4,rep,name=Audience,proto3" json:"Audience,omitempty"`
	AuthTime      *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=AuthTime,proto3" json:"AuthTime,omitempty"`
	ClientID      string                 `protobuf:"bytes,6,opt,name=ClientID,proto3" json:"ClientID,omitempty"`
	CodeChallenge *CodeChallenge         `protobuf:"bytes,7,opt,name=CodeChallenge,proto3" json:"CodeChallenge,omitempty"`
	Nonce         string                 `protobuf:"bytes,8,opt,name=Nonce,proto3" json:"Nonce,omitempty"`
	RedirectURI   string                 `protobuf:"bytes,9,opt,name=RedirectURI,proto3" json:"RedirectURI,omitempty"`
	ResponseType  string                 `protobuf:"bytes,10,opt,name=ResponseType,proto3" json:"ResponseType,omitempty"`
	ResponseMode  string                 `protobuf:"bytes,11,opt,name=ResponseMode,proto3" json:"ResponseMode,omitempty"`
	Scopes        []string               `protobuf:"bytes,12,rep,name=Scopes,proto3" json:"Scopes,omitempty"`
	State         string                 `protobuf:"bytes,13,opt,name=State,proto3" json:"State,omitempty"`
	Subject       string                 `protobuf:"bytes,14,opt,name=Subject,proto3" json:"Subject,omitempty"`
	Done          bool                   `protobuf:"varint,15,opt,name=Done,proto3" json:"Done,omitempty"`
	// contains filtered or unexported fields
}

func (*Request) Descriptor deprecated

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

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetACR

func (x *Request) GetACR() string

func (*Request) GetAMR

func (x *Request) GetAMR() []string

func (*Request) GetAudience

func (x *Request) GetAudience() []string

func (*Request) GetAuthTime

func (x *Request) GetAuthTime() *timestamppb.Timestamp

func (*Request) GetClientID

func (x *Request) GetClientID() string

func (*Request) GetCodeChallenge

func (x *Request) GetCodeChallenge() *CodeChallenge

func (*Request) GetDone

func (x *Request) GetDone() bool

func (*Request) GetID

func (x *Request) GetID() string

func (*Request) GetNonce

func (x *Request) GetNonce() string

func (*Request) GetRedirectURI

func (x *Request) GetRedirectURI() string

func (*Request) GetResponseMode

func (x *Request) GetResponseMode() string

func (*Request) GetResponseType

func (x *Request) GetResponseType() string

func (*Request) GetScopes

func (x *Request) GetScopes() []string

func (*Request) GetState

func (x *Request) GetState() string

func (*Request) GetSubject

func (x *Request) GetSubject() string

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

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

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

Jump to

Keyboard shortcuts

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