mirror of
https://github.com/valitydev/identification-proto.git
synced 2024-11-06 08:15:18 +00:00
This reverts commit dfbc90257a
.
This commit is contained in:
parent
d4f3e8731c
commit
0b031c14b0
@ -125,8 +125,6 @@ struct IdentityClaimParams {
|
||||
99: optional context.ContextSet context
|
||||
}
|
||||
|
||||
typedef string IdentityClass
|
||||
|
||||
exception ClaimNotFound {}
|
||||
exception IdentityNotFound {}
|
||||
exception InsufficientIdentityDocuments {}
|
||||
@ -142,7 +140,7 @@ service Identification {
|
||||
Identity Get (1: IdentityID id)
|
||||
throws (1: IdentityNotFound ex1)
|
||||
|
||||
IdentityID GetIdentityID (1: IdentityDocuments proof, 2: IdentityClass identity_class, 3: IdentityID default_id)
|
||||
IdentityID GetIdentityID (1: IdentityDocuments proof)
|
||||
throws (
|
||||
1: IdentityDocumentNotFound ex1
|
||||
2: InsufficientIdentityDocuments ex2
|
||||
|
Loading…
Reference in New Issue
Block a user