| Modifier and Type | Method and Description |
|---|---|
static OAuthSettings.Builder |
OAuthSettings.builder() |
OAuthSettings.Builder |
OAuthSettings.Builder.callbackUrls(List<String> callbackUrls)
Sets the value of
OAuthSettings.getCallbackUrls() |
OAuthSettings.Builder |
OAuthSettings.Builder.flows(OAuthFlows flows)
Sets the value of
OAuthSettings.getFlows() |
OAuthSettings.Builder |
OAuthSettings.Builder.logoutUrls(List<String> logoutUrls)
Sets the value of
OAuthSettings.getLogoutUrls() |
OAuthSettings.Builder |
OAuthSettings.Builder.scopes(List<? extends OAuthScope> scopes)
Sets the value of
OAuthSettings.getScopes() |
| Constructor and Description |
|---|
Jsii$Proxy(OAuthSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by the
OAuthSettings.Builder. |
Copyright © 2022. All rights reserved.