Interface Credential

  • All Known Implementing Classes:
    CredentialImpl

    public interface Credential
    Created by andrey on 14.03.17.
    • Method Detail

      • getUid

        java.lang.String getUid()
      • getSecret

        java.lang.String getSecret()
      • getInstance

        static Credential getInstance​(java.lang.String uid,
                                      java.lang.String secret)