Package io.revealbi.core.data
Class RVOAuthDataSourceCredential
java.lang.Object
io.revealbi.core.data.RVOAuthDataSourceCredential
- All Implemented Interfaces:
IRVDataSourceCredential
Used for OAuth Client Credentials authentication.
-
Constructor Summary
ConstructorsConstructorDescriptionRVOAuthDataSourceCredential(String clientId, String clientSecret) Creates OAuth client credentials with the specified client ID and secret. -
Method Summary
Modifier and TypeMethodDescriptionReturns the OAuth client ID.Returns the OAuth client secret.
-
Constructor Details
-
RVOAuthDataSourceCredential
Creates OAuth client credentials with the specified client ID and secret.- Parameters:
clientId- The OAuth client ID.clientSecret- The OAuth client secret.
-
-
Method Details
-
getClientId
Returns the OAuth client ID.- Returns:
- The client ID.
-
getClientSecret
Returns the OAuth client secret.- Returns:
- The client secret.
-