Interface ICredentials

All Known Implementing Classes:
Credential, FallbackCredential

public interface ICredentials
  • Method Details

    • getAlias

      @Nullable String getAlias()
    • getUsername

      @Nullable String getUsername()
    • getPassword

      @Nullable String getPassword()