Package 

Class UserAuthWithHashParams

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getId() Organization ID to associate with the user
      String getAlgorithm() Algorithm used for computing the user ID
      String getSecretId() ID of the secret used for the computing the user ID
      final String getDigest() Digest used for representing the user ID
      final String getSalt() Salt used for computing the user ID (optional)
      Long getExpiration() Expiration date as timestamp (to prevent replay attacks)
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait