Exemplo n.º 1
0
 internal Verification(IVerificationApiEndpoints api) : this(api, null)
 {
 }
Exemplo n.º 2
0
 internal Verification(IVerificationApiEndpoints api, IdentityModel identity)
 {
     _api      = api;
     _identity = identity;
 }
 internal VerificationApi(IVerificationApiEndpoints api)
 {
     _api = api;
 }