Class Credential

  • All Implemented Interfaces:
    kotlin.collections.Map

    @Serializable() 
    public final class Credential
     implements Map<String, String>
                        
    • 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
      final String getType() Get the type (key) of credential.
      • Methods inherited from class kotlin.collections.Map

        containsKey, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getSize, getValues, isEmpty
      • Methods inherited from class java.lang.Object

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

      • getType

         final String getType()

        Get the type (key) of credential. This is useful if an adapter supports multiple types of credentials.

        Returns:

        The type of the credential used by this adapter instance, or null if the adapter instance does not have a credential.