CredentialsApiService class final
Constructors
- CredentialsApiService({required CrossmintTransport transport, required CrossmintJwtProvider jwtProvider, required CrossmintLogger logger})
Properties
Methods
-
decryptCredential(
CrossmintCredentialDecryptRequest requestModel) → Future< CrossmintJsonMap> -
expectSuccessfulBody(
CrossmintTransportResponse response, CrossmintExceptionFactory exceptionFactory, {required String operation}) → Object? -
inherited
-
expectSuccessfulMap(
CrossmintTransportResponse response, CrossmintExceptionFactory exceptionFactory, {required String operation}) → CrossmintJsonMap -
inherited
-
getCredential(
CrossmintCredentialQuery query) → Future< CrossmintJsonMap> -
getWalletAuthChallenge(
String address) → Future< CrossmintJsonMap> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
{CrossmintJsonMap queryParameters = const <String, Object?>{}, Object? body, Map< String, String> headers = const <String, String>{}, bool includeApiKey = true, String? methodOverride}) → CrossmintRequestOptions -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited