-
- All Implemented Interfaces:
-
android.os.Parcelable,io.didomi.sdk.user.UserAuth,io.didomi.sdk.user.UserAuthParams
public final class UserAuthWithHashParams implements UserAuthParams
User Authentication Parameters with hash
-
-
Method Summary
Modifier and Type Method Description StringgetId()Organization ID to associate with the user StringgetAlgorithm()Algorithm used for computing the user ID StringgetSecretId()ID of the secret used for the computing the user ID final StringgetDigest()Digest used for representing the user ID final StringgetSalt()Salt used for computing the user ID (optional) LonggetExpiration()Expiration date as timestamp (to prevent replay attacks) -
-
Method Detail
-
getAlgorithm
String getAlgorithm()
Algorithm used for computing the user ID
-
getSecretId
String getSecretId()
ID of the secret used for the computing the user ID
-
getExpiration
Long getExpiration()
Expiration date as timestamp (to prevent replay attacks)
-
-
-
-