com.miracl.trust.registration

# Package com.miracl.trust.registration

# Types

Name Summary
ActivationTokenErrorCode
enum ActivationTokenErrorCode : Enum<ActivationTokenErrorCode> , MIRACLErrorCode
An enumeration that describes verification confirmation issues.
ActivationTokenErrorResponse
data class ActivationTokenErrorResponse(projectId: String, userId: String, error: String, accessId: String?)
The response returned from getActivationToken method when there is an error in the request.
ActivationTokenException
class ActivationTokenException(errorCode: ActivationTokenErrorCode, message: String?, cause: Exception?, activationTokenErrorResponse: ActivationTokenErrorResponse?) : MIRACLException
ActivationTokenResponse
data class ActivationTokenResponse(projectId: String, accessId: String?, userId: String, activationToken: String)
Response returned from getActivationToken method of MIRACLTrust
RegistrationErrorCode
enum RegistrationErrorCode : Enum<RegistrationErrorCode> , MIRACLErrorCode
An enumeration that describes registration issues.
RegistrationException
class RegistrationException(errorCode: RegistrationErrorCode, cause: Exception?) : MIRACLException
VerificationErrorCode
enum VerificationErrorCode : Enum<VerificationErrorCode> , MIRACLErrorCode
An enumeration that describes verification issues.
VerificationException
class VerificationException(errorCode: VerificationErrorCode, message: String?, cause: Exception?) : MIRACLException