Revert "Expand GetIdentityID interface (#3)" (#5)

This reverts commit dfbc90257a.
This commit is contained in:
dinama 2021-02-08 10:49:14 +03:00 committed by GitHub
parent d4f3e8731c
commit 0b031c14b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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