fido2

package module
v0.0.0-...-fe3bbef Latest Latest
Warning

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

Go to latest
Published: May 27, 2020 License: MIT Imports: 14 Imported by: 0

README

fido2

gRPC definitions for go-libfido2.

Dependencies

Linux
sudo apt install software-properties-common
sudo apt-add-repository ppa:yubico/stable
sudo apt update
sudo apt install libfido2-dev
macOS
brew install libfido2
Windows
scoop bucket add keys.pub https://github.com/keys-pub/scoop-bucket
scoop install libfido2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthFido2        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowFido2          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupFido2 = fmt.Errorf("proto: unexpected end of group")
)
View Source
var OptionValue_name = map[int32]string{
	0: "DEFAULT_OPTION",
	1: "TRUE",
	2: "FALSE",
}
View Source
var OptionValue_value = map[string]int32{
	"DEFAULT_OPTION": 0,
	"TRUE":           1,
	"FALSE":          2,
}

Functions

func RegisterAuthServer

func RegisterAuthServer(s *grpc.Server, srv AuthServer)

Types

type Assertion

type Assertion struct {
	AuthData             []byte   `protobuf:"bytes,1,opt,name=authData,proto3" json:"authData,omitempty"`
	Sig                  []byte   `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"`
	HMACSecret           []byte   `protobuf:"bytes,3,opt,name=hmacSecret,proto3" json:"hmacSecret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Assertion) Descriptor

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

func (*Assertion) GoString

func (this *Assertion) GoString() string

func (*Assertion) Marshal

func (m *Assertion) Marshal() (dAtA []byte, err error)

func (*Assertion) MarshalTo

func (m *Assertion) MarshalTo(dAtA []byte) (int, error)

func (*Assertion) MarshalToSizedBuffer

func (m *Assertion) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Assertion) ProtoMessage

func (*Assertion) ProtoMessage()

func (*Assertion) Reset

func (m *Assertion) Reset()

func (*Assertion) Size

func (m *Assertion) Size() (n int)

func (*Assertion) String

func (m *Assertion) String() string

func (*Assertion) Unmarshal

func (m *Assertion) Unmarshal(dAtA []byte) error

func (*Assertion) XXX_DiscardUnknown

func (m *Assertion) XXX_DiscardUnknown()

func (*Assertion) XXX_Marshal

func (m *Assertion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Assertion) XXX_Merge

func (m *Assertion) XXX_Merge(src proto.Message)

func (*Assertion) XXX_Size

func (m *Assertion) XXX_Size() int

func (*Assertion) XXX_Unmarshal

func (m *Assertion) XXX_Unmarshal(b []byte) error

type AssertionRequest

type AssertionRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	RPID                 string   `protobuf:"bytes,2,opt,name=rpId,proto3" json:"rpId,omitempty"`
	ClientDataHash       []byte   `protobuf:"bytes,3,opt,name=clientDataHash,proto3" json:"clientDataHash,omitempty"`
	CredentialID         []byte   `protobuf:"bytes,4,opt,name=credentialId,proto3" json:"credentialId,omitempty"`
	PIN                  string   `protobuf:"bytes,5,opt,name=pin,proto3" json:"pin,omitempty"`
	Extensions           []string `protobuf:"bytes,100,rep,name=extensions,proto3" json:"extensions,omitempty"`
	UV                   string   `protobuf:"bytes,101,opt,name=uv,proto3" json:"uv,omitempty"`
	UP                   string   `protobuf:"bytes,102,opt,name=up,proto3" json:"up,omitempty"`
	HMACSalt             []byte   `protobuf:"bytes,103,opt,name=hmacSalt,proto3" json:"hmacSalt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssertionRequest) Descriptor

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

func (*AssertionRequest) GoString

func (this *AssertionRequest) GoString() string

func (*AssertionRequest) Marshal

func (m *AssertionRequest) Marshal() (dAtA []byte, err error)

func (*AssertionRequest) MarshalTo

func (m *AssertionRequest) MarshalTo(dAtA []byte) (int, error)

func (*AssertionRequest) MarshalToSizedBuffer

func (m *AssertionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AssertionRequest) ProtoMessage

func (*AssertionRequest) ProtoMessage()

func (*AssertionRequest) Reset

func (m *AssertionRequest) Reset()

func (*AssertionRequest) Size

func (m *AssertionRequest) Size() (n int)

func (*AssertionRequest) String

func (m *AssertionRequest) String() string

func (*AssertionRequest) Unmarshal

func (m *AssertionRequest) Unmarshal(dAtA []byte) error

func (*AssertionRequest) XXX_DiscardUnknown

func (m *AssertionRequest) XXX_DiscardUnknown()

func (*AssertionRequest) XXX_Marshal

func (m *AssertionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AssertionRequest) XXX_Merge

func (m *AssertionRequest) XXX_Merge(src proto.Message)

func (*AssertionRequest) XXX_Size

func (m *AssertionRequest) XXX_Size() int

func (*AssertionRequest) XXX_Unmarshal

func (m *AssertionRequest) XXX_Unmarshal(b []byte) error

type AssertionResponse

type AssertionResponse struct {
	Assertion            *Assertion `protobuf:"bytes,1,opt,name=assertion,proto3" json:"assertion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*AssertionResponse) Descriptor

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

func (*AssertionResponse) GoString

func (this *AssertionResponse) GoString() string

func (*AssertionResponse) Marshal

func (m *AssertionResponse) Marshal() (dAtA []byte, err error)

func (*AssertionResponse) MarshalTo

func (m *AssertionResponse) MarshalTo(dAtA []byte) (int, error)

func (*AssertionResponse) MarshalToSizedBuffer

func (m *AssertionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AssertionResponse) ProtoMessage

func (*AssertionResponse) ProtoMessage()

func (*AssertionResponse) Reset

func (m *AssertionResponse) Reset()

func (*AssertionResponse) Size

func (m *AssertionResponse) Size() (n int)

func (*AssertionResponse) String

func (m *AssertionResponse) String() string

func (*AssertionResponse) Unmarshal

func (m *AssertionResponse) Unmarshal(dAtA []byte) error

func (*AssertionResponse) XXX_DiscardUnknown

func (m *AssertionResponse) XXX_DiscardUnknown()

func (*AssertionResponse) XXX_Marshal

func (m *AssertionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AssertionResponse) XXX_Merge

func (m *AssertionResponse) XXX_Merge(src proto.Message)

func (*AssertionResponse) XXX_Size

func (m *AssertionResponse) XXX_Size() int

func (*AssertionResponse) XXX_Unmarshal

func (m *AssertionResponse) XXX_Unmarshal(b []byte) error

type Attestation

type Attestation struct {
	ClientDataHash       []byte   `protobuf:"bytes,1,opt,name=clientDataHash,proto3" json:"clientDataHash,omitempty"`
	AuthData             []byte   `protobuf:"bytes,2,opt,name=authData,proto3" json:"authData,omitempty"`
	CredentialID         []byte   `protobuf:"bytes,3,opt,name=credentialId,proto3" json:"credentialId,omitempty"`
	CredentialType       string   `protobuf:"bytes,4,opt,name=credentialType,proto3" json:"credentialType,omitempty"`
	PubKey               []byte   `protobuf:"bytes,5,opt,name=pubKey,proto3" json:"pubKey,omitempty"`
	Cert                 []byte   `protobuf:"bytes,6,opt,name=cert,proto3" json:"cert,omitempty"`
	Sig                  []byte   `protobuf:"bytes,7,opt,name=sig,proto3" json:"sig,omitempty"`
	Format               string   `protobuf:"bytes,8,opt,name=format,proto3" json:"format,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Attestation) Descriptor

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

func (*Attestation) GoString

func (this *Attestation) GoString() string

func (*Attestation) Marshal

func (m *Attestation) Marshal() (dAtA []byte, err error)

func (*Attestation) MarshalTo

func (m *Attestation) MarshalTo(dAtA []byte) (int, error)

func (*Attestation) MarshalToSizedBuffer

func (m *Attestation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Attestation) ProtoMessage

func (*Attestation) ProtoMessage()

func (*Attestation) Reset

func (m *Attestation) Reset()

func (*Attestation) Size

func (m *Attestation) Size() (n int)

func (*Attestation) String

func (m *Attestation) String() string

func (*Attestation) Unmarshal

func (m *Attestation) Unmarshal(dAtA []byte) error

func (*Attestation) XXX_DiscardUnknown

func (m *Attestation) XXX_DiscardUnknown()

func (*Attestation) XXX_Marshal

func (m *Attestation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attestation) XXX_Merge

func (m *Attestation) XXX_Merge(src proto.Message)

func (*Attestation) XXX_Size

func (m *Attestation) XXX_Size() int

func (*Attestation) XXX_Unmarshal

func (m *Attestation) XXX_Unmarshal(b []byte) error

type AuthClient

AuthClient is the client API for Auth service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAuthClient

func NewAuthClient(cc *grpc.ClientConn) AuthClient

type Credential

type Credential struct {
	ID                   []byte        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                 string        `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	RP                   *RelyingParty `protobuf:"bytes,10,opt,name=rp,proto3" json:"rp,omitempty"`
	User                 *User         `protobuf:"bytes,11,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Credential) Descriptor

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

func (*Credential) GoString

func (this *Credential) GoString() string

func (*Credential) Marshal

func (m *Credential) Marshal() (dAtA []byte, err error)

func (*Credential) MarshalTo

func (m *Credential) MarshalTo(dAtA []byte) (int, error)

func (*Credential) MarshalToSizedBuffer

func (m *Credential) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Credential) ProtoMessage

func (*Credential) ProtoMessage()

func (*Credential) Reset

func (m *Credential) Reset()

func (*Credential) Size

func (m *Credential) Size() (n int)

func (*Credential) String

func (m *Credential) String() string

func (*Credential) Unmarshal

func (m *Credential) Unmarshal(dAtA []byte) error

func (*Credential) XXX_DiscardUnknown

func (m *Credential) XXX_DiscardUnknown()

func (*Credential) XXX_Marshal

func (m *Credential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Credential) XXX_Merge

func (m *Credential) XXX_Merge(src proto.Message)

func (*Credential) XXX_Size

func (m *Credential) XXX_Size() int

func (*Credential) XXX_Unmarshal

func (m *Credential) XXX_Unmarshal(b []byte) error

type CredentialsInfo

type CredentialsInfo struct {
	RKExisting           int32    `protobuf:"varint,1,opt,name=rkExisting,proto3" json:"rkExisting,omitempty"`
	RKRemaining          int32    `protobuf:"varint,2,opt,name=rkRemaining,proto3" json:"rkRemaining,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialsInfo) Descriptor

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

func (*CredentialsInfo) GoString

func (this *CredentialsInfo) GoString() string

func (*CredentialsInfo) Marshal

func (m *CredentialsInfo) Marshal() (dAtA []byte, err error)

func (*CredentialsInfo) MarshalTo

func (m *CredentialsInfo) MarshalTo(dAtA []byte) (int, error)

func (*CredentialsInfo) MarshalToSizedBuffer

func (m *CredentialsInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialsInfo) ProtoMessage

func (*CredentialsInfo) ProtoMessage()

func (*CredentialsInfo) Reset

func (m *CredentialsInfo) Reset()

func (*CredentialsInfo) Size

func (m *CredentialsInfo) Size() (n int)

func (*CredentialsInfo) String

func (m *CredentialsInfo) String() string

func (*CredentialsInfo) Unmarshal

func (m *CredentialsInfo) Unmarshal(dAtA []byte) error

func (*CredentialsInfo) XXX_DiscardUnknown

func (m *CredentialsInfo) XXX_DiscardUnknown()

func (*CredentialsInfo) XXX_Marshal

func (m *CredentialsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialsInfo) XXX_Merge

func (m *CredentialsInfo) XXX_Merge(src proto.Message)

func (*CredentialsInfo) XXX_Size

func (m *CredentialsInfo) XXX_Size() int

func (*CredentialsInfo) XXX_Unmarshal

func (m *CredentialsInfo) XXX_Unmarshal(b []byte) error

type CredentialsInfoRequest

type CredentialsInfoRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	PIN                  string   `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialsInfoRequest) Descriptor

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

func (*CredentialsInfoRequest) GoString

func (this *CredentialsInfoRequest) GoString() string

func (*CredentialsInfoRequest) Marshal

func (m *CredentialsInfoRequest) Marshal() (dAtA []byte, err error)

func (*CredentialsInfoRequest) MarshalTo

func (m *CredentialsInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*CredentialsInfoRequest) MarshalToSizedBuffer

func (m *CredentialsInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialsInfoRequest) ProtoMessage

func (*CredentialsInfoRequest) ProtoMessage()

func (*CredentialsInfoRequest) Reset

func (m *CredentialsInfoRequest) Reset()

func (*CredentialsInfoRequest) Size

func (m *CredentialsInfoRequest) Size() (n int)

func (*CredentialsInfoRequest) String

func (m *CredentialsInfoRequest) String() string

func (*CredentialsInfoRequest) Unmarshal

func (m *CredentialsInfoRequest) Unmarshal(dAtA []byte) error

func (*CredentialsInfoRequest) XXX_DiscardUnknown

func (m *CredentialsInfoRequest) XXX_DiscardUnknown()

func (*CredentialsInfoRequest) XXX_Marshal

func (m *CredentialsInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialsInfoRequest) XXX_Merge

func (m *CredentialsInfoRequest) XXX_Merge(src proto.Message)

func (*CredentialsInfoRequest) XXX_Size

func (m *CredentialsInfoRequest) XXX_Size() int

func (*CredentialsInfoRequest) XXX_Unmarshal

func (m *CredentialsInfoRequest) XXX_Unmarshal(b []byte) error

type CredentialsInfoResponse

type CredentialsInfoResponse struct {
	Info                 *CredentialsInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CredentialsInfoResponse) Descriptor

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

func (*CredentialsInfoResponse) GoString

func (this *CredentialsInfoResponse) GoString() string

func (*CredentialsInfoResponse) Marshal

func (m *CredentialsInfoResponse) Marshal() (dAtA []byte, err error)

func (*CredentialsInfoResponse) MarshalTo

func (m *CredentialsInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*CredentialsInfoResponse) MarshalToSizedBuffer

func (m *CredentialsInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialsInfoResponse) ProtoMessage

func (*CredentialsInfoResponse) ProtoMessage()

func (*CredentialsInfoResponse) Reset

func (m *CredentialsInfoResponse) Reset()

func (*CredentialsInfoResponse) Size

func (m *CredentialsInfoResponse) Size() (n int)

func (*CredentialsInfoResponse) String

func (m *CredentialsInfoResponse) String() string

func (*CredentialsInfoResponse) Unmarshal

func (m *CredentialsInfoResponse) Unmarshal(dAtA []byte) error

func (*CredentialsInfoResponse) XXX_DiscardUnknown

func (m *CredentialsInfoResponse) XXX_DiscardUnknown()

func (*CredentialsInfoResponse) XXX_Marshal

func (m *CredentialsInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialsInfoResponse) XXX_Merge

func (m *CredentialsInfoResponse) XXX_Merge(src proto.Message)

func (*CredentialsInfoResponse) XXX_Size

func (m *CredentialsInfoResponse) XXX_Size() int

func (*CredentialsInfoResponse) XXX_Unmarshal

func (m *CredentialsInfoResponse) XXX_Unmarshal(b []byte) error

type CredentialsRequest

type CredentialsRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	RPID                 string   `protobuf:"bytes,2,opt,name=rpId,proto3" json:"rpId,omitempty"`
	PIN                  string   `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialsRequest) Descriptor

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

func (*CredentialsRequest) GoString

func (this *CredentialsRequest) GoString() string

func (*CredentialsRequest) Marshal

func (m *CredentialsRequest) Marshal() (dAtA []byte, err error)

func (*CredentialsRequest) MarshalTo

func (m *CredentialsRequest) MarshalTo(dAtA []byte) (int, error)

func (*CredentialsRequest) MarshalToSizedBuffer

func (m *CredentialsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialsRequest) ProtoMessage

func (*CredentialsRequest) ProtoMessage()

func (*CredentialsRequest) Reset

func (m *CredentialsRequest) Reset()

func (*CredentialsRequest) Size

func (m *CredentialsRequest) Size() (n int)

func (*CredentialsRequest) String

func (m *CredentialsRequest) String() string

func (*CredentialsRequest) Unmarshal

func (m *CredentialsRequest) Unmarshal(dAtA []byte) error

func (*CredentialsRequest) XXX_DiscardUnknown

func (m *CredentialsRequest) XXX_DiscardUnknown()

func (*CredentialsRequest) XXX_Marshal

func (m *CredentialsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialsRequest) XXX_Merge

func (m *CredentialsRequest) XXX_Merge(src proto.Message)

func (*CredentialsRequest) XXX_Size

func (m *CredentialsRequest) XXX_Size() int

func (*CredentialsRequest) XXX_Unmarshal

func (m *CredentialsRequest) XXX_Unmarshal(b []byte) error

type CredentialsResponse

type CredentialsResponse struct {
	Credentials          []*Credential `protobuf:"bytes,1,rep,name=credentials,proto3" json:"credentials,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CredentialsResponse) Descriptor

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

func (*CredentialsResponse) GoString

func (this *CredentialsResponse) GoString() string

func (*CredentialsResponse) Marshal

func (m *CredentialsResponse) Marshal() (dAtA []byte, err error)

func (*CredentialsResponse) MarshalTo

func (m *CredentialsResponse) MarshalTo(dAtA []byte) (int, error)

func (*CredentialsResponse) MarshalToSizedBuffer

func (m *CredentialsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialsResponse) ProtoMessage

func (*CredentialsResponse) ProtoMessage()

func (*CredentialsResponse) Reset

func (m *CredentialsResponse) Reset()

func (*CredentialsResponse) Size

func (m *CredentialsResponse) Size() (n int)

func (*CredentialsResponse) String

func (m *CredentialsResponse) String() string

func (*CredentialsResponse) Unmarshal

func (m *CredentialsResponse) Unmarshal(dAtA []byte) error

func (*CredentialsResponse) XXX_DiscardUnknown

func (m *CredentialsResponse) XXX_DiscardUnknown()

func (*CredentialsResponse) XXX_Marshal

func (m *CredentialsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialsResponse) XXX_Merge

func (m *CredentialsResponse) XXX_Merge(src proto.Message)

func (*CredentialsResponse) XXX_Size

func (m *CredentialsResponse) XXX_Size() int

func (*CredentialsResponse) XXX_Unmarshal

func (m *CredentialsResponse) XXX_Unmarshal(b []byte) error

type Device

type Device struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ProductID            int32    `protobuf:"varint,2,opt,name=productId,proto3" json:"productId,omitempty"`
	VendorID             int32    `protobuf:"varint,3,opt,name=vendorId,proto3" json:"vendorId,omitempty"`
	Manufacturer         string   `protobuf:"bytes,4,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	Product              string   `protobuf:"bytes,5,opt,name=product,proto3" json:"product,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Device) Descriptor

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

func (*Device) GoString

func (this *Device) GoString() string

func (*Device) Marshal

func (m *Device) Marshal() (dAtA []byte, err error)

func (*Device) MarshalTo

func (m *Device) MarshalTo(dAtA []byte) (int, error)

func (*Device) MarshalToSizedBuffer

func (m *Device) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) Reset

func (m *Device) Reset()

func (*Device) Size

func (m *Device) Size() (n int)

func (*Device) String

func (m *Device) String() string

func (*Device) Unmarshal

func (m *Device) Unmarshal(dAtA []byte) error

func (*Device) XXX_DiscardUnknown

func (m *Device) XXX_DiscardUnknown()

func (*Device) XXX_Marshal

func (m *Device) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Device) XXX_Merge

func (m *Device) XXX_Merge(src proto.Message)

func (*Device) XXX_Size

func (m *Device) XXX_Size() int

func (*Device) XXX_Unmarshal

func (m *Device) XXX_Unmarshal(b []byte) error

type DeviceInfo

type DeviceInfo struct {
	Versions             []string  `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"`
	Extensions           []string  `protobuf:"bytes,2,rep,name=extensions,proto3" json:"extensions,omitempty"`
	AAGUID               string    `protobuf:"bytes,3,opt,name=aaguid,proto3" json:"aaguid,omitempty"`
	Options              []*Option `protobuf:"bytes,4,rep,name=options,proto3" json:"options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DeviceInfo) Descriptor

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

func (*DeviceInfo) GoString

func (this *DeviceInfo) GoString() string

func (*DeviceInfo) HasExtension

func (d *DeviceInfo) HasExtension(ext Extension) bool

HasExtension returns true if device has extension.

func (*DeviceInfo) Marshal

func (m *DeviceInfo) Marshal() (dAtA []byte, err error)

func (*DeviceInfo) MarshalTo

func (m *DeviceInfo) MarshalTo(dAtA []byte) (int, error)

func (*DeviceInfo) MarshalToSizedBuffer

func (m *DeviceInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceInfo) ProtoMessage

func (*DeviceInfo) ProtoMessage()

func (*DeviceInfo) Reset

func (m *DeviceInfo) Reset()

func (*DeviceInfo) Size

func (m *DeviceInfo) Size() (n int)

func (*DeviceInfo) String

func (m *DeviceInfo) String() string

func (*DeviceInfo) Unmarshal

func (m *DeviceInfo) Unmarshal(dAtA []byte) error

func (*DeviceInfo) XXX_DiscardUnknown

func (m *DeviceInfo) XXX_DiscardUnknown()

func (*DeviceInfo) XXX_Marshal

func (m *DeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceInfo) XXX_Merge

func (m *DeviceInfo) XXX_Merge(src proto.Message)

func (*DeviceInfo) XXX_Size

func (m *DeviceInfo) XXX_Size() int

func (*DeviceInfo) XXX_Unmarshal

func (m *DeviceInfo) XXX_Unmarshal(b []byte) error

type DeviceInfoRequest

type DeviceInfoRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceInfoRequest) Descriptor

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

func (*DeviceInfoRequest) GoString

func (this *DeviceInfoRequest) GoString() string

func (*DeviceInfoRequest) Marshal

func (m *DeviceInfoRequest) Marshal() (dAtA []byte, err error)

func (*DeviceInfoRequest) MarshalTo

func (m *DeviceInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeviceInfoRequest) MarshalToSizedBuffer

func (m *DeviceInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceInfoRequest) ProtoMessage

func (*DeviceInfoRequest) ProtoMessage()

func (*DeviceInfoRequest) Reset

func (m *DeviceInfoRequest) Reset()

func (*DeviceInfoRequest) Size

func (m *DeviceInfoRequest) Size() (n int)

func (*DeviceInfoRequest) String

func (m *DeviceInfoRequest) String() string

func (*DeviceInfoRequest) Unmarshal

func (m *DeviceInfoRequest) Unmarshal(dAtA []byte) error

func (*DeviceInfoRequest) XXX_DiscardUnknown

func (m *DeviceInfoRequest) XXX_DiscardUnknown()

func (*DeviceInfoRequest) XXX_Marshal

func (m *DeviceInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceInfoRequest) XXX_Merge

func (m *DeviceInfoRequest) XXX_Merge(src proto.Message)

func (*DeviceInfoRequest) XXX_Size

func (m *DeviceInfoRequest) XXX_Size() int

func (*DeviceInfoRequest) XXX_Unmarshal

func (m *DeviceInfoRequest) XXX_Unmarshal(b []byte) error

type DeviceInfoResponse

type DeviceInfoResponse struct {
	Info                 *DeviceInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DeviceInfoResponse) Descriptor

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

func (*DeviceInfoResponse) GoString

func (this *DeviceInfoResponse) GoString() string

func (*DeviceInfoResponse) Marshal

func (m *DeviceInfoResponse) Marshal() (dAtA []byte, err error)

func (*DeviceInfoResponse) MarshalTo

func (m *DeviceInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*DeviceInfoResponse) MarshalToSizedBuffer

func (m *DeviceInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceInfoResponse) ProtoMessage

func (*DeviceInfoResponse) ProtoMessage()

func (*DeviceInfoResponse) Reset

func (m *DeviceInfoResponse) Reset()

func (*DeviceInfoResponse) Size

func (m *DeviceInfoResponse) Size() (n int)

func (*DeviceInfoResponse) String

func (m *DeviceInfoResponse) String() string

func (*DeviceInfoResponse) Unmarshal

func (m *DeviceInfoResponse) Unmarshal(dAtA []byte) error

func (*DeviceInfoResponse) XXX_DiscardUnknown

func (m *DeviceInfoResponse) XXX_DiscardUnknown()

func (*DeviceInfoResponse) XXX_Marshal

func (m *DeviceInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceInfoResponse) XXX_Merge

func (m *DeviceInfoResponse) XXX_Merge(src proto.Message)

func (*DeviceInfoResponse) XXX_Size

func (m *DeviceInfoResponse) XXX_Size() int

func (*DeviceInfoResponse) XXX_Unmarshal

func (m *DeviceInfoResponse) XXX_Unmarshal(b []byte) error

type DevicesRequest

type DevicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DevicesRequest) Descriptor

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

func (*DevicesRequest) GoString

func (this *DevicesRequest) GoString() string

func (*DevicesRequest) Marshal

func (m *DevicesRequest) Marshal() (dAtA []byte, err error)

func (*DevicesRequest) MarshalTo

func (m *DevicesRequest) MarshalTo(dAtA []byte) (int, error)

func (*DevicesRequest) MarshalToSizedBuffer

func (m *DevicesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DevicesRequest) ProtoMessage

func (*DevicesRequest) ProtoMessage()

func (*DevicesRequest) Reset

func (m *DevicesRequest) Reset()

func (*DevicesRequest) Size

func (m *DevicesRequest) Size() (n int)

func (*DevicesRequest) String

func (m *DevicesRequest) String() string

func (*DevicesRequest) Unmarshal

func (m *DevicesRequest) Unmarshal(dAtA []byte) error

func (*DevicesRequest) XXX_DiscardUnknown

func (m *DevicesRequest) XXX_DiscardUnknown()

func (*DevicesRequest) XXX_Marshal

func (m *DevicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DevicesRequest) XXX_Merge

func (m *DevicesRequest) XXX_Merge(src proto.Message)

func (*DevicesRequest) XXX_Size

func (m *DevicesRequest) XXX_Size() int

func (*DevicesRequest) XXX_Unmarshal

func (m *DevicesRequest) XXX_Unmarshal(b []byte) error

type DevicesResponse

type DevicesResponse struct {
	Devices              []*Device `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DevicesResponse) Descriptor

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

func (*DevicesResponse) GoString

func (this *DevicesResponse) GoString() string

func (*DevicesResponse) Marshal

func (m *DevicesResponse) Marshal() (dAtA []byte, err error)

func (*DevicesResponse) MarshalTo

func (m *DevicesResponse) MarshalTo(dAtA []byte) (int, error)

func (*DevicesResponse) MarshalToSizedBuffer

func (m *DevicesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DevicesResponse) ProtoMessage

func (*DevicesResponse) ProtoMessage()

func (*DevicesResponse) Reset

func (m *DevicesResponse) Reset()

func (*DevicesResponse) Size

func (m *DevicesResponse) Size() (n int)

func (*DevicesResponse) String

func (m *DevicesResponse) String() string

func (*DevicesResponse) Unmarshal

func (m *DevicesResponse) Unmarshal(dAtA []byte) error

func (*DevicesResponse) XXX_DiscardUnknown

func (m *DevicesResponse) XXX_DiscardUnknown()

func (*DevicesResponse) XXX_Marshal

func (m *DevicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DevicesResponse) XXX_Merge

func (m *DevicesResponse) XXX_Merge(src proto.Message)

func (*DevicesResponse) XXX_Size

func (m *DevicesResponse) XXX_Size() int

func (*DevicesResponse) XXX_Unmarshal

func (m *DevicesResponse) XXX_Unmarshal(b []byte) error

type Extension

type Extension string

Extension (FIDO2).

const CredProtectExtension Extension = "credProtect"

CredProtectExtension (should match libfido2.CredProtectExtension).

const HMACSecretExtension Extension = "hmac-secret"

HMACSecretExtension (should match libfido2.HMACSecretExtension).

type GenerateHMACSecretRequest

type GenerateHMACSecretRequest struct {
	Device               string        `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	PIN                  string        `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	ClientDataHash       []byte        `protobuf:"bytes,10,opt,name=clientDataHash,proto3" json:"clientDataHash,omitempty"`
	RP                   *RelyingParty `protobuf:"bytes,11,opt,name=rp,proto3" json:"rp,omitempty"`
	User                 *User         `protobuf:"bytes,12,opt,name=user,proto3" json:"user,omitempty"`
	RK                   OptionValue   `protobuf:"varint,20,opt,name=rk,proto3,enum=fido2.OptionValue" json:"rk,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GenerateHMACSecretRequest) Descriptor

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

func (*GenerateHMACSecretRequest) GoString

func (this *GenerateHMACSecretRequest) GoString() string

func (*GenerateHMACSecretRequest) Marshal

func (m *GenerateHMACSecretRequest) Marshal() (dAtA []byte, err error)

func (*GenerateHMACSecretRequest) MarshalTo

func (m *GenerateHMACSecretRequest) MarshalTo(dAtA []byte) (int, error)

func (*GenerateHMACSecretRequest) MarshalToSizedBuffer

func (m *GenerateHMACSecretRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GenerateHMACSecretRequest) ProtoMessage

func (*GenerateHMACSecretRequest) ProtoMessage()

func (*GenerateHMACSecretRequest) Reset

func (m *GenerateHMACSecretRequest) Reset()

func (*GenerateHMACSecretRequest) Size

func (m *GenerateHMACSecretRequest) Size() (n int)

func (*GenerateHMACSecretRequest) String

func (m *GenerateHMACSecretRequest) String() string

func (*GenerateHMACSecretRequest) Unmarshal

func (m *GenerateHMACSecretRequest) Unmarshal(dAtA []byte) error

func (*GenerateHMACSecretRequest) XXX_DiscardUnknown

func (m *GenerateHMACSecretRequest) XXX_DiscardUnknown()

func (*GenerateHMACSecretRequest) XXX_Marshal

func (m *GenerateHMACSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerateHMACSecretRequest) XXX_Merge

func (m *GenerateHMACSecretRequest) XXX_Merge(src proto.Message)

func (*GenerateHMACSecretRequest) XXX_Size

func (m *GenerateHMACSecretRequest) XXX_Size() int

func (*GenerateHMACSecretRequest) XXX_Unmarshal

func (m *GenerateHMACSecretRequest) XXX_Unmarshal(b []byte) error

type GenerateHMACSecretResponse

type GenerateHMACSecretResponse struct {
	CredentialID         []byte   `protobuf:"bytes,2,opt,name=credentialId,proto3" json:"credentialId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateHMACSecretResponse) Descriptor

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

func (*GenerateHMACSecretResponse) GoString

func (this *GenerateHMACSecretResponse) GoString() string

func (*GenerateHMACSecretResponse) Marshal

func (m *GenerateHMACSecretResponse) Marshal() (dAtA []byte, err error)

func (*GenerateHMACSecretResponse) MarshalTo

func (m *GenerateHMACSecretResponse) MarshalTo(dAtA []byte) (int, error)

func (*GenerateHMACSecretResponse) MarshalToSizedBuffer

func (m *GenerateHMACSecretResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GenerateHMACSecretResponse) ProtoMessage

func (*GenerateHMACSecretResponse) ProtoMessage()

func (*GenerateHMACSecretResponse) Reset

func (m *GenerateHMACSecretResponse) Reset()

func (*GenerateHMACSecretResponse) Size

func (m *GenerateHMACSecretResponse) Size() (n int)

func (*GenerateHMACSecretResponse) String

func (m *GenerateHMACSecretResponse) String() string

func (*GenerateHMACSecretResponse) Unmarshal

func (m *GenerateHMACSecretResponse) Unmarshal(dAtA []byte) error

func (*GenerateHMACSecretResponse) XXX_DiscardUnknown

func (m *GenerateHMACSecretResponse) XXX_DiscardUnknown()

func (*GenerateHMACSecretResponse) XXX_Marshal

func (m *GenerateHMACSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerateHMACSecretResponse) XXX_Merge

func (m *GenerateHMACSecretResponse) XXX_Merge(src proto.Message)

func (*GenerateHMACSecretResponse) XXX_Size

func (m *GenerateHMACSecretResponse) XXX_Size() int

func (*GenerateHMACSecretResponse) XXX_Unmarshal

func (m *GenerateHMACSecretResponse) XXX_Unmarshal(b []byte) error

type HMACSecretRequest

type HMACSecretRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	PIN                  string   `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	RPID                 string   `protobuf:"bytes,10,opt,name=rpId,proto3" json:"rpId,omitempty"`
	ClientDataHash       []byte   `protobuf:"bytes,11,opt,name=clientDataHash,proto3" json:"clientDataHash,omitempty"`
	CredentialID         []byte   `protobuf:"bytes,12,opt,name=credentialId,proto3" json:"credentialId,omitempty"`
	Salt                 []byte   `protobuf:"bytes,13,opt,name=salt,proto3" json:"salt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HMACSecretRequest) Descriptor

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

func (*HMACSecretRequest) GoString

func (this *HMACSecretRequest) GoString() string

func (*HMACSecretRequest) Marshal

func (m *HMACSecretRequest) Marshal() (dAtA []byte, err error)

func (*HMACSecretRequest) MarshalTo

func (m *HMACSecretRequest) MarshalTo(dAtA []byte) (int, error)

func (*HMACSecretRequest) MarshalToSizedBuffer

func (m *HMACSecretRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HMACSecretRequest) ProtoMessage

func (*HMACSecretRequest) ProtoMessage()

func (*HMACSecretRequest) Reset

func (m *HMACSecretRequest) Reset()

func (*HMACSecretRequest) Size

func (m *HMACSecretRequest) Size() (n int)

func (*HMACSecretRequest) String

func (m *HMACSecretRequest) String() string

func (*HMACSecretRequest) Unmarshal

func (m *HMACSecretRequest) Unmarshal(dAtA []byte) error

func (*HMACSecretRequest) XXX_DiscardUnknown

func (m *HMACSecretRequest) XXX_DiscardUnknown()

func (*HMACSecretRequest) XXX_Marshal

func (m *HMACSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HMACSecretRequest) XXX_Merge

func (m *HMACSecretRequest) XXX_Merge(src proto.Message)

func (*HMACSecretRequest) XXX_Size

func (m *HMACSecretRequest) XXX_Size() int

func (*HMACSecretRequest) XXX_Unmarshal

func (m *HMACSecretRequest) XXX_Unmarshal(b []byte) error

type HMACSecretResponse

type HMACSecretResponse struct {
	HMACSecret           []byte   `protobuf:"bytes,1,opt,name=hmacSecret,proto3" json:"hmacSecret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HMACSecretResponse) Descriptor

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

func (*HMACSecretResponse) GoString

func (this *HMACSecretResponse) GoString() string

func (*HMACSecretResponse) Marshal

func (m *HMACSecretResponse) Marshal() (dAtA []byte, err error)

func (*HMACSecretResponse) MarshalTo

func (m *HMACSecretResponse) MarshalTo(dAtA []byte) (int, error)

func (*HMACSecretResponse) MarshalToSizedBuffer

func (m *HMACSecretResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HMACSecretResponse) ProtoMessage

func (*HMACSecretResponse) ProtoMessage()

func (*HMACSecretResponse) Reset

func (m *HMACSecretResponse) Reset()

func (*HMACSecretResponse) Size

func (m *HMACSecretResponse) Size() (n int)

func (*HMACSecretResponse) String

func (m *HMACSecretResponse) String() string

func (*HMACSecretResponse) Unmarshal

func (m *HMACSecretResponse) Unmarshal(dAtA []byte) error

func (*HMACSecretResponse) XXX_DiscardUnknown

func (m *HMACSecretResponse) XXX_DiscardUnknown()

func (*HMACSecretResponse) XXX_Marshal

func (m *HMACSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HMACSecretResponse) XXX_Merge

func (m *HMACSecretResponse) XXX_Merge(src proto.Message)

func (*HMACSecretResponse) XXX_Size

func (m *HMACSecretResponse) XXX_Size() int

func (*HMACSecretResponse) XXX_Unmarshal

func (m *HMACSecretResponse) XXX_Unmarshal(b []byte) error

type MakeCredentialRequest

type MakeCredentialRequest struct {
	Device               string        `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	ClientDataHash       []byte        `protobuf:"bytes,2,opt,name=clientDataHash,proto3" json:"clientDataHash,omitempty"`
	RP                   *RelyingParty `protobuf:"bytes,3,opt,name=rp,proto3" json:"rp,omitempty"`
	User                 *User         `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"`
	Type                 string        `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	PIN                  string        `protobuf:"bytes,6,opt,name=pin,proto3" json:"pin,omitempty"`
	Extensions           []string      `protobuf:"bytes,100,rep,name=extensions,proto3" json:"extensions,omitempty"`
	RK                   string        `protobuf:"bytes,101,opt,name=rk,proto3" json:"rk,omitempty"`
	UV                   string        `protobuf:"bytes,102,opt,name=uv,proto3" json:"uv,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*MakeCredentialRequest) Descriptor

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

func (*MakeCredentialRequest) GoString

func (this *MakeCredentialRequest) GoString() string

func (*MakeCredentialRequest) Marshal

func (m *MakeCredentialRequest) Marshal() (dAtA []byte, err error)

func (*MakeCredentialRequest) MarshalTo

func (m *MakeCredentialRequest) MarshalTo(dAtA []byte) (int, error)

func (*MakeCredentialRequest) MarshalToSizedBuffer

func (m *MakeCredentialRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MakeCredentialRequest) ProtoMessage

func (*MakeCredentialRequest) ProtoMessage()

func (*MakeCredentialRequest) Reset

func (m *MakeCredentialRequest) Reset()

func (*MakeCredentialRequest) Size

func (m *MakeCredentialRequest) Size() (n int)

func (*MakeCredentialRequest) String

func (m *MakeCredentialRequest) String() string

func (*MakeCredentialRequest) Unmarshal

func (m *MakeCredentialRequest) Unmarshal(dAtA []byte) error

func (*MakeCredentialRequest) XXX_DiscardUnknown

func (m *MakeCredentialRequest) XXX_DiscardUnknown()

func (*MakeCredentialRequest) XXX_Marshal

func (m *MakeCredentialRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MakeCredentialRequest) XXX_Merge

func (m *MakeCredentialRequest) XXX_Merge(src proto.Message)

func (*MakeCredentialRequest) XXX_Size

func (m *MakeCredentialRequest) XXX_Size() int

func (*MakeCredentialRequest) XXX_Unmarshal

func (m *MakeCredentialRequest) XXX_Unmarshal(b []byte) error

type MakeCredentialResponse

type MakeCredentialResponse struct {
	Attestation          *Attestation `protobuf:"bytes,1,opt,name=attestation,proto3" json:"attestation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*MakeCredentialResponse) Descriptor

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

func (*MakeCredentialResponse) GoString

func (this *MakeCredentialResponse) GoString() string

func (*MakeCredentialResponse) Marshal

func (m *MakeCredentialResponse) Marshal() (dAtA []byte, err error)

func (*MakeCredentialResponse) MarshalTo

func (m *MakeCredentialResponse) MarshalTo(dAtA []byte) (int, error)

func (*MakeCredentialResponse) MarshalToSizedBuffer

func (m *MakeCredentialResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MakeCredentialResponse) ProtoMessage

func (*MakeCredentialResponse) ProtoMessage()

func (*MakeCredentialResponse) Reset

func (m *MakeCredentialResponse) Reset()

func (*MakeCredentialResponse) Size

func (m *MakeCredentialResponse) Size() (n int)

func (*MakeCredentialResponse) String

func (m *MakeCredentialResponse) String() string

func (*MakeCredentialResponse) Unmarshal

func (m *MakeCredentialResponse) Unmarshal(dAtA []byte) error

func (*MakeCredentialResponse) XXX_DiscardUnknown

func (m *MakeCredentialResponse) XXX_DiscardUnknown()

func (*MakeCredentialResponse) XXX_Marshal

func (m *MakeCredentialResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MakeCredentialResponse) XXX_Merge

func (m *MakeCredentialResponse) XXX_Merge(src proto.Message)

func (*MakeCredentialResponse) XXX_Size

func (m *MakeCredentialResponse) XXX_Size() int

func (*MakeCredentialResponse) XXX_Unmarshal

func (m *MakeCredentialResponse) XXX_Unmarshal(b []byte) error

type Option

type Option struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                OptionValue `protobuf:"varint,2,opt,name=value,proto3,enum=fido2.OptionValue" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Option) Descriptor

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

func (*Option) GoString

func (this *Option) GoString() string

func (*Option) Marshal

func (m *Option) Marshal() (dAtA []byte, err error)

func (*Option) MarshalTo

func (m *Option) MarshalTo(dAtA []byte) (int, error)

func (*Option) MarshalToSizedBuffer

func (m *Option) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Option) ProtoMessage

func (*Option) ProtoMessage()

func (*Option) Reset

func (m *Option) Reset()

func (*Option) Size

func (m *Option) Size() (n int)

func (*Option) String

func (m *Option) String() string

func (*Option) Unmarshal

func (m *Option) Unmarshal(dAtA []byte) error

func (*Option) XXX_DiscardUnknown

func (m *Option) XXX_DiscardUnknown()

func (*Option) XXX_Marshal

func (m *Option) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Option) XXX_Merge

func (m *Option) XXX_Merge(src proto.Message)

func (*Option) XXX_Size

func (m *Option) XXX_Size() int

func (*Option) XXX_Unmarshal

func (m *Option) XXX_Unmarshal(b []byte) error

type OptionValue

type OptionValue int32
const (
	Default OptionValue = 0
	True    OptionValue = 1
	False   OptionValue = 2
)

func (OptionValue) EnumDescriptor

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

func (OptionValue) String

func (x OptionValue) String() string

type RPCError

type RPCError struct {
	Code                 int32    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Details              string   `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RPCError) Descriptor

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

func (*RPCError) GoString

func (this *RPCError) GoString() string

func (*RPCError) Marshal

func (m *RPCError) Marshal() (dAtA []byte, err error)

func (*RPCError) MarshalTo

func (m *RPCError) MarshalTo(dAtA []byte) (int, error)

func (*RPCError) MarshalToSizedBuffer

func (m *RPCError) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RPCError) ProtoMessage

func (*RPCError) ProtoMessage()

func (*RPCError) Reset

func (m *RPCError) Reset()

func (*RPCError) Size

func (m *RPCError) Size() (n int)

func (*RPCError) String

func (m *RPCError) String() string

func (*RPCError) Unmarshal

func (m *RPCError) Unmarshal(dAtA []byte) error

func (*RPCError) XXX_DiscardUnknown

func (m *RPCError) XXX_DiscardUnknown()

func (*RPCError) XXX_Marshal

func (m *RPCError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RPCError) XXX_Merge

func (m *RPCError) XXX_Merge(src proto.Message)

func (*RPCError) XXX_Size

func (m *RPCError) XXX_Size() int

func (*RPCError) XXX_Unmarshal

func (m *RPCError) XXX_Unmarshal(b []byte) error

type RelyingPartiesRequest

type RelyingPartiesRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	PIN                  string   `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RelyingPartiesRequest) Descriptor

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

func (*RelyingPartiesRequest) GoString

func (this *RelyingPartiesRequest) GoString() string

func (*RelyingPartiesRequest) Marshal

func (m *RelyingPartiesRequest) Marshal() (dAtA []byte, err error)

func (*RelyingPartiesRequest) MarshalTo

func (m *RelyingPartiesRequest) MarshalTo(dAtA []byte) (int, error)

func (*RelyingPartiesRequest) MarshalToSizedBuffer

func (m *RelyingPartiesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RelyingPartiesRequest) ProtoMessage

func (*RelyingPartiesRequest) ProtoMessage()

func (*RelyingPartiesRequest) Reset

func (m *RelyingPartiesRequest) Reset()

func (*RelyingPartiesRequest) Size

func (m *RelyingPartiesRequest) Size() (n int)

func (*RelyingPartiesRequest) String

func (m *RelyingPartiesRequest) String() string

func (*RelyingPartiesRequest) Unmarshal

func (m *RelyingPartiesRequest) Unmarshal(dAtA []byte) error

func (*RelyingPartiesRequest) XXX_DiscardUnknown

func (m *RelyingPartiesRequest) XXX_DiscardUnknown()

func (*RelyingPartiesRequest) XXX_Marshal

func (m *RelyingPartiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RelyingPartiesRequest) XXX_Merge

func (m *RelyingPartiesRequest) XXX_Merge(src proto.Message)

func (*RelyingPartiesRequest) XXX_Size

func (m *RelyingPartiesRequest) XXX_Size() int

func (*RelyingPartiesRequest) XXX_Unmarshal

func (m *RelyingPartiesRequest) XXX_Unmarshal(b []byte) error

type RelyingPartiesResponse

type RelyingPartiesResponse struct {
	Parties              []*RelyingParty `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*RelyingPartiesResponse) Descriptor

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

func (*RelyingPartiesResponse) GoString

func (this *RelyingPartiesResponse) GoString() string

func (*RelyingPartiesResponse) Marshal

func (m *RelyingPartiesResponse) Marshal() (dAtA []byte, err error)

func (*RelyingPartiesResponse) MarshalTo

func (m *RelyingPartiesResponse) MarshalTo(dAtA []byte) (int, error)

func (*RelyingPartiesResponse) MarshalToSizedBuffer

func (m *RelyingPartiesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RelyingPartiesResponse) ProtoMessage

func (*RelyingPartiesResponse) ProtoMessage()

func (*RelyingPartiesResponse) Reset

func (m *RelyingPartiesResponse) Reset()

func (*RelyingPartiesResponse) Size

func (m *RelyingPartiesResponse) Size() (n int)

func (*RelyingPartiesResponse) String

func (m *RelyingPartiesResponse) String() string

func (*RelyingPartiesResponse) Unmarshal

func (m *RelyingPartiesResponse) Unmarshal(dAtA []byte) error

func (*RelyingPartiesResponse) XXX_DiscardUnknown

func (m *RelyingPartiesResponse) XXX_DiscardUnknown()

func (*RelyingPartiesResponse) XXX_Marshal

func (m *RelyingPartiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RelyingPartiesResponse) XXX_Merge

func (m *RelyingPartiesResponse) XXX_Merge(src proto.Message)

func (*RelyingPartiesResponse) XXX_Size

func (m *RelyingPartiesResponse) XXX_Size() int

func (*RelyingPartiesResponse) XXX_Unmarshal

func (m *RelyingPartiesResponse) XXX_Unmarshal(b []byte) error

type RelyingParty

type RelyingParty struct {
	ID                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RelyingParty) Descriptor

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

func (*RelyingParty) GoString

func (this *RelyingParty) GoString() string

func (*RelyingParty) Marshal

func (m *RelyingParty) Marshal() (dAtA []byte, err error)

func (*RelyingParty) MarshalTo

func (m *RelyingParty) MarshalTo(dAtA []byte) (int, error)

func (*RelyingParty) MarshalToSizedBuffer

func (m *RelyingParty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RelyingParty) ProtoMessage

func (*RelyingParty) ProtoMessage()

func (*RelyingParty) Reset

func (m *RelyingParty) Reset()

func (*RelyingParty) Size

func (m *RelyingParty) Size() (n int)

func (*RelyingParty) String

func (m *RelyingParty) String() string

func (*RelyingParty) Unmarshal

func (m *RelyingParty) Unmarshal(dAtA []byte) error

func (*RelyingParty) XXX_DiscardUnknown

func (m *RelyingParty) XXX_DiscardUnknown()

func (*RelyingParty) XXX_Marshal

func (m *RelyingParty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RelyingParty) XXX_Merge

func (m *RelyingParty) XXX_Merge(src proto.Message)

func (*RelyingParty) XXX_Size

func (m *RelyingParty) XXX_Size() int

func (*RelyingParty) XXX_Unmarshal

func (m *RelyingParty) XXX_Unmarshal(b []byte) error

type ResetRequest

type ResetRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResetRequest) Descriptor

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

func (*ResetRequest) GoString

func (this *ResetRequest) GoString() string

func (*ResetRequest) Marshal

func (m *ResetRequest) Marshal() (dAtA []byte, err error)

func (*ResetRequest) MarshalTo

func (m *ResetRequest) MarshalTo(dAtA []byte) (int, error)

func (*ResetRequest) MarshalToSizedBuffer

func (m *ResetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResetRequest) ProtoMessage

func (*ResetRequest) ProtoMessage()

func (*ResetRequest) Reset

func (m *ResetRequest) Reset()

func (*ResetRequest) Size

func (m *ResetRequest) Size() (n int)

func (*ResetRequest) String

func (m *ResetRequest) String() string

func (*ResetRequest) Unmarshal

func (m *ResetRequest) Unmarshal(dAtA []byte) error

func (*ResetRequest) XXX_DiscardUnknown

func (m *ResetRequest) XXX_DiscardUnknown()

func (*ResetRequest) XXX_Marshal

func (m *ResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetRequest) XXX_Merge

func (m *ResetRequest) XXX_Merge(src proto.Message)

func (*ResetRequest) XXX_Size

func (m *ResetRequest) XXX_Size() int

func (*ResetRequest) XXX_Unmarshal

func (m *ResetRequest) XXX_Unmarshal(b []byte) error

type ResetResponse

type ResetResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResetResponse) Descriptor

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

func (*ResetResponse) GoString

func (this *ResetResponse) GoString() string

func (*ResetResponse) Marshal

func (m *ResetResponse) Marshal() (dAtA []byte, err error)

func (*ResetResponse) MarshalTo

func (m *ResetResponse) MarshalTo(dAtA []byte) (int, error)

func (*ResetResponse) MarshalToSizedBuffer

func (m *ResetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResetResponse) ProtoMessage

func (*ResetResponse) ProtoMessage()

func (*ResetResponse) Reset

func (m *ResetResponse) Reset()

func (*ResetResponse) Size

func (m *ResetResponse) Size() (n int)

func (*ResetResponse) String

func (m *ResetResponse) String() string

func (*ResetResponse) Unmarshal

func (m *ResetResponse) Unmarshal(dAtA []byte) error

func (*ResetResponse) XXX_DiscardUnknown

func (m *ResetResponse) XXX_DiscardUnknown()

func (*ResetResponse) XXX_Marshal

func (m *ResetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetResponse) XXX_Merge

func (m *ResetResponse) XXX_Merge(src proto.Message)

func (*ResetResponse) XXX_Size

func (m *ResetResponse) XXX_Size() int

func (*ResetResponse) XXX_Unmarshal

func (m *ResetResponse) XXX_Unmarshal(b []byte) error

type RetryCountRequest

type RetryCountRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RetryCountRequest) Descriptor

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

func (*RetryCountRequest) GoString

func (this *RetryCountRequest) GoString() string

func (*RetryCountRequest) Marshal

func (m *RetryCountRequest) Marshal() (dAtA []byte, err error)

func (*RetryCountRequest) MarshalTo

func (m *RetryCountRequest) MarshalTo(dAtA []byte) (int, error)

func (*RetryCountRequest) MarshalToSizedBuffer

func (m *RetryCountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RetryCountRequest) ProtoMessage

func (*RetryCountRequest) ProtoMessage()

func (*RetryCountRequest) Reset

func (m *RetryCountRequest) Reset()

func (*RetryCountRequest) Size

func (m *RetryCountRequest) Size() (n int)

func (*RetryCountRequest) String

func (m *RetryCountRequest) String() string

func (*RetryCountRequest) Unmarshal

func (m *RetryCountRequest) Unmarshal(dAtA []byte) error

func (*RetryCountRequest) XXX_DiscardUnknown

func (m *RetryCountRequest) XXX_DiscardUnknown()

func (*RetryCountRequest) XXX_Marshal

func (m *RetryCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryCountRequest) XXX_Merge

func (m *RetryCountRequest) XXX_Merge(src proto.Message)

func (*RetryCountRequest) XXX_Size

func (m *RetryCountRequest) XXX_Size() int

func (*RetryCountRequest) XXX_Unmarshal

func (m *RetryCountRequest) XXX_Unmarshal(b []byte) error

type RetryCountResponse

type RetryCountResponse struct {
	Count                int32    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RetryCountResponse) Descriptor

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

func (*RetryCountResponse) GoString

func (this *RetryCountResponse) GoString() string

func (*RetryCountResponse) Marshal

func (m *RetryCountResponse) Marshal() (dAtA []byte, err error)

func (*RetryCountResponse) MarshalTo

func (m *RetryCountResponse) MarshalTo(dAtA []byte) (int, error)

func (*RetryCountResponse) MarshalToSizedBuffer

func (m *RetryCountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RetryCountResponse) ProtoMessage

func (*RetryCountResponse) ProtoMessage()

func (*RetryCountResponse) Reset

func (m *RetryCountResponse) Reset()

func (*RetryCountResponse) Size

func (m *RetryCountResponse) Size() (n int)

func (*RetryCountResponse) String

func (m *RetryCountResponse) String() string

func (*RetryCountResponse) Unmarshal

func (m *RetryCountResponse) Unmarshal(dAtA []byte) error

func (*RetryCountResponse) XXX_DiscardUnknown

func (m *RetryCountResponse) XXX_DiscardUnknown()

func (*RetryCountResponse) XXX_Marshal

func (m *RetryCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryCountResponse) XXX_Merge

func (m *RetryCountResponse) XXX_Merge(src proto.Message)

func (*RetryCountResponse) XXX_Size

func (m *RetryCountResponse) XXX_Size() int

func (*RetryCountResponse) XXX_Unmarshal

func (m *RetryCountResponse) XXX_Unmarshal(b []byte) error

type SetPINRequest

type SetPINRequest struct {
	Device               string   `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	PIN                  string   `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	OldPIN               string   `protobuf:"bytes,3,opt,name=oldPin,proto3" json:"oldPin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPINRequest) Descriptor

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

func (*SetPINRequest) GoString

func (this *SetPINRequest) GoString() string

func (*SetPINRequest) Marshal

func (m *SetPINRequest) Marshal() (dAtA []byte, err error)

func (*SetPINRequest) MarshalTo

func (m *SetPINRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetPINRequest) MarshalToSizedBuffer

func (m *SetPINRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetPINRequest) ProtoMessage

func (*SetPINRequest) ProtoMessage()

func (*SetPINRequest) Reset

func (m *SetPINRequest) Reset()

func (*SetPINRequest) Size

func (m *SetPINRequest) Size() (n int)

func (*SetPINRequest) String

func (m *SetPINRequest) String() string

func (*SetPINRequest) Unmarshal

func (m *SetPINRequest) Unmarshal(dAtA []byte) error

func (*SetPINRequest) XXX_DiscardUnknown

func (m *SetPINRequest) XXX_DiscardUnknown()

func (*SetPINRequest) XXX_Marshal

func (m *SetPINRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetPINRequest) XXX_Merge

func (m *SetPINRequest) XXX_Merge(src proto.Message)

func (*SetPINRequest) XXX_Size

func (m *SetPINRequest) XXX_Size() int

func (*SetPINRequest) XXX_Unmarshal

func (m *SetPINRequest) XXX_Unmarshal(b []byte) error

type SetPINResponse

type SetPINResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPINResponse) Descriptor

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

func (*SetPINResponse) GoString

func (this *SetPINResponse) GoString() string

func (*SetPINResponse) Marshal

func (m *SetPINResponse) Marshal() (dAtA []byte, err error)

func (*SetPINResponse) MarshalTo

func (m *SetPINResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetPINResponse) MarshalToSizedBuffer

func (m *SetPINResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetPINResponse) ProtoMessage

func (*SetPINResponse) ProtoMessage()

func (*SetPINResponse) Reset

func (m *SetPINResponse) Reset()

func (*SetPINResponse) Size

func (m *SetPINResponse) Size() (n int)

func (*SetPINResponse) String

func (m *SetPINResponse) String() string

func (*SetPINResponse) Unmarshal

func (m *SetPINResponse) Unmarshal(dAtA []byte) error

func (*SetPINResponse) XXX_DiscardUnknown

func (m *SetPINResponse) XXX_DiscardUnknown()

func (*SetPINResponse) XXX_Marshal

func (m *SetPINResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetPINResponse) XXX_Merge

func (m *SetPINResponse) XXX_Merge(src proto.Message)

func (*SetPINResponse) XXX_Size

func (m *SetPINResponse) XXX_Size() int

func (*SetPINResponse) XXX_Unmarshal

func (m *SetPINResponse) XXX_Unmarshal(b []byte) error

type UnimplementedAuthServer

type UnimplementedAuthServer struct {
}

UnimplementedAuthServer can be embedded to have forward compatible implementations.

func (*UnimplementedAuthServer) Assertion

func (*UnimplementedAuthServer) Credentials

func (*UnimplementedAuthServer) CredentialsInfo

func (*UnimplementedAuthServer) DeviceInfo

func (*UnimplementedAuthServer) Devices

func (*UnimplementedAuthServer) GenerateHMACSecret

func (*UnimplementedAuthServer) HMACSecret

func (*UnimplementedAuthServer) MakeCredential

func (*UnimplementedAuthServer) RelyingParties

func (*UnimplementedAuthServer) Reset

func (*UnimplementedAuthServer) RetryCount

func (*UnimplementedAuthServer) SetPIN

type User

type User struct {
	ID                   []byte   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName          string   `protobuf:"bytes,3,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Icon                 string   `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*User) Descriptor

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

func (*User) GoString

func (this *User) GoString() string

func (*User) Marshal

func (m *User) Marshal() (dAtA []byte, err error)

func (*User) MarshalTo

func (m *User) MarshalTo(dAtA []byte) (int, error)

func (*User) MarshalToSizedBuffer

func (m *User) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) Size

func (m *User) Size() (n int)

func (*User) String

func (m *User) String() string

func (*User) Unmarshal

func (m *User) Unmarshal(dAtA []byte) error

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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