package authprox

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message EnrollRequest

authprox.proto:8

EnrollRequest is the request sent to this service to enroll a user, authenticated by a certain type of external authentication.

message EnrollResponse

authprox.proto:17

EnrollResponse is returned when an enrollment has been done correctly.

(message has no fields)

message EnrollmentInfo

authprox.proto:68

EnrollmentInfo is public info about an enrollment.

Used in: EnrollmentsResponse

message EnrollmentsRequest

authprox.proto:57

EnrollmentsRequest gets a list of enrollments, optionally limited by the Types and Issuers list. If an enrollment matches any of the strings in Types or Issuers, it will be returned. If Types or Issuers are empty, then all enrollments are considered to match.

message EnrollmentsResponse

authprox.proto:63

EnrollmentsResponse is the returned list of enrollments.

message PartialSig

authprox.proto:42

PartialSig is a local copy of go.dedis.ch/kyber/v3/sign/dss.PartialSig because we do not have proto files for Kyber objects.

Used in: SignatureResponse

message PriShare

authprox.proto:35

PriShare is a local copy of go.dedis.ch/kyber/v3/share.PriShare because we do not have proto files for Kyber objects.

I intIndex of the private share V kyber.ScalarValue of the private share

Used in: EnrollRequest, PartialSig, SignatureRequest

(message has no fields)

message SignatureRequest

authprox.proto:24

SignatureRequest is the request sent to this service to request that the Authentication Proxy check the authentication information and generate a signature connecting some information identifying the holder of the AuthInfo to the message.

message SignatureResponse

authprox.proto:49

SignatureResponse is the response to a SignMessage request.