# Package com.miracl.trust.session
# Types
Name | Summary |
---|---|
AuthenticationSessionDetails | class AuthenticationSessionDetails(accessId: String, userId: String, projectId: String, projectName: String, projectLogoUrl: String, clientId: String, redirectUri: String, pinLength: Int, verificationMethod: VerificationMethod, verificationUrl: String, verificationCustomText: String, identityType: IdentityType, identityTypeLabel: String, quickCodeEnabled: Boolean, limitQuickCodeRegistration: Boolean) : SessionDetails Object representing details from incoming authentication session. |
IdentityType | enum IdentityType : Enum<IdentityType> Possible identity types that can be used for identity verification. |
SessionDetails | open class SessionDetails(userId: String, projectId: String, projectName: String, projectLogoUrl: String, clientId: String, redirectUri: String, pinLength: Int, verificationMethod: VerificationMethod, verificationUrl: String, verificationCustomText: String, identityType: IdentityType, identityTypeLabel: String, quickCodeEnabled: Boolean, limitQuickCodeRegistration: Boolean) Object representing details from incoming session. |
SessionManagementErrorCode | enum SessionManagementErrorCode : Enum<SessionManagementErrorCode> , MIRACLErrorCode An enumeration that describes issues with the session management. |
SessionManagementException | class SessionManagementException(errorCode: SessionManagementErrorCode, cause: Exception?) : MIRACLException |
SigningSessionDetails | class SigningSessionDetails(sessionId: String, signingHash: String, signingDescription: String, status: SigningSessionStatus, expireTime: Long, userId: String, projectId: String, projectName: String, projectLogoUrl: String, clientId: String, redirectUri: String, pinLength: Int, verificationMethod: VerificationMethod, verificationUrl: String, verificationCustomText: String, identityType: IdentityType, identityTypeLabel: String, quickCodeEnabled: Boolean, limitQuickCodeRegistration: Boolean) : SessionDetails Object representing details from incoming signing session. |
SigningSessionStatus | enum SigningSessionStatus : Enum<SigningSessionStatus> Enumeration describing the status of the signing session. |
VerificationMethod | enum VerificationMethod : Enum<VerificationMethod> Possible verification methods that can be used for identity verification. |