Package 

Interface UserAuthParams

  • All Implemented Interfaces:
    android.os.Parcelable , io.didomi.sdk.user.UserAuth

    
    public interface UserAuthParams
     implements UserAuth
                        

    Interface for User Authentication Parameters declare the common properties of encryption / hash parameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getAlgorithm() Algorithm used for computing the user ID
      abstract String getSecretId() ID of the secret used for computing the user ID
      abstract Long getExpiration() Expiration date as timestamp (to prevent replay attacks)
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class io.didomi.sdk.user.UserAuth

        getId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getSecretId

         abstract String getSecretId()

        ID of the secret used for computing the user ID

      • getExpiration

         abstract Long getExpiration()

        Expiration date as timestamp (to prevent replay attacks)