public static class CustomClientAppDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomClientAppDetails |
build() |
CustomClientAppDetails.Builder |
clientId(String clientId)
Client ID for the OAuth2/OIDC app.
|
CustomClientAppDetails.Builder |
clientSecretId(String clientSecretId)
The OCID of the
Oracle Vault Service secret resource.
|
CustomClientAppDetails.Builder |
clientSecretVersionNumber(Long clientSecretVersionNumber)
The version number of the client secret to use.
|
CustomClientAppDetails.Builder |
copy(CustomClientAppDetails model) |
public CustomClientAppDetails.Builder clientId(String clientId)
Client ID for the OAuth2/OIDC app.
clientId
- the value to setpublic CustomClientAppDetails.Builder clientSecretId(String clientSecretId)
The OCID of the Oracle Vault Service secret resource.
clientSecretId
- the value to setpublic CustomClientAppDetails.Builder clientSecretVersionNumber(Long clientSecretVersionNumber)
The version number of the client secret to use.
clientSecretVersionNumber
- the value to setpublic CustomClientAppDetails build()
public CustomClientAppDetails.Builder copy(CustomClientAppDetails model)
Copyright © 2016–2024. All rights reserved.