Class ApplicationCredentials


  • public class ApplicationCredentials
    extends Object
    Credentials related to Voice/Verification authentication
    Since:
    1.0
    • Method Detail

      • getApplicationKey

        public String getApplicationKey()
        Application key to be used for Verification and Voice services

        Use application secret in place of unified configuration for authentication (see Sinch dashboard for details) These credentials are related to Verification & Voice Apps

        Returns:
        Application key
        Since:
        1.0
        See Also:
        Sinch Documentation
      • getApplicationSecret

        public String getApplicationSecret()
        Application secret to be used for Verification and Voice services

        Use application secret in place of unified configuration for authentication (see Sinch dashboard for details) These credentials are related to Verification & Voice Apps

        Returns:
        Application key
        Since:
        1.0
        See Also:
        Sinch Documentation