public static interface OAuthProperties.Builder extends SdkPojo, CopyableBuilder<OAuthProperties.Builder,OAuthProperties>
| Modifier and Type | Method and Description |
|---|---|
OAuthProperties.Builder |
authCodeUrl(String authCodeUrl)
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type
authentication.
|
OAuthProperties.Builder |
oAuthScopes(Collection<String> oAuthScopes)
The OAuth scopes required for OAuth type authentication.
|
OAuthProperties.Builder |
oAuthScopes(String... oAuthScopes)
The OAuth scopes required for OAuth type authentication.
|
OAuthProperties.Builder |
tokenUrl(String tokenUrl)
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired
access token using refresh token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOAuthProperties.Builder tokenUrl(String tokenUrl)
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
tokenUrl - The token url required to fetch access/refresh tokens using authorization code and also to refresh
expired access token using refresh token.OAuthProperties.Builder authCodeUrl(String authCodeUrl)
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
authCodeUrl - The authorization code url required to redirect to SAP Login Page to fetch authorization code for
OAuth type authentication.OAuthProperties.Builder oAuthScopes(Collection<String> oAuthScopes)
The OAuth scopes required for OAuth type authentication.
oAuthScopes - The OAuth scopes required for OAuth type authentication.OAuthProperties.Builder oAuthScopes(String... oAuthScopes)
The OAuth scopes required for OAuth type authentication.
oAuthScopes - The OAuth scopes required for OAuth type authentication.Copyright © 2022. All rights reserved.