remove forward auth (#3628)

This commit is contained in:
Caleb Doxsey 2022-11-23 15:59:28 -07:00 committed by GitHub
parent ba07afc245
commit fa26587f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 302 additions and 5072 deletions

View file

@ -332,6 +332,7 @@ type Type 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"`
// Types that are assignable to Specifier:
//
// *Type_Webauthn
Specifier isType_Specifier `protobuf_oneof:"specifier"`
}
@ -521,6 +522,7 @@ type Credential struct {
EnrollmentId string `protobuf:"bytes,3,opt,name=enrollment_id,json=enrollmentId,proto3" json:"enrollment_id,omitempty"`
UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
// Types that are assignable to Specifier:
//
// *Credential_Webauthn
Specifier isCredential_Specifier `protobuf_oneof:"specifier"`
}