Package com.sinch.sdk.models
Class ApplicationCredentials
java.lang.Object
com.sinch.sdk.models.ApplicationCredentials
Credentials related to Voice/Verification authentication
- Since:
- 1.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting Builderbuilder
(ApplicationCredentials credentials) Getting BuilderApplication key to be used for Verification and Voice servicesApplication secret to be used for Verification and Voice services
-
Method Details
-
getApplicationKey
Application key to be used for Verification and Voice servicesUse 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:
-
getApplicationSecret
Application secret to be used for Verification and Voice servicesUse 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:
-
builder
Getting Builder- Returns:
- New Builder instance
- Since:
- 1.0
-
builder
Getting Builder- Parameters:
credentials
- Source credentials to fill initial builder state- Returns:
- New Builder instance
- Since:
- 1.0
-