Enum Class EOS_EExternalCredentialType

java.lang.Object
java.lang.Enum<EOS_EExternalCredentialType>
host.anzo.eossdk.eos.sdk.common.enums.EOS_EExternalCredentialType
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable, Comparable<EOS_EExternalCredentialType>, Constable

public enum EOS_EExternalCredentialType extends Enum<EOS_EExternalCredentialType> implements com.sun.jna.NativeMapped
List of the supported identity providers to authenticate a user.

The type of authentication token is specific to each provider. Tokens in string format should be passed as-is to the function. Tokens retrieved as raw byte arrays should be converted into a hex-encoded UTF-8 string (e.g. "FA87097A..") before being passed to the function. EOS_ByteArray_ToString can be used for this conversion.

Since:
8/5/2023
See Also: