public static class OauthMetadataSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OauthMetadataSummary |
build() |
OauthMetadataSummary.Builder |
clientAppId(String clientAppId)
ID of the client app created in IDP.
|
OauthMetadataSummary.Builder |
copy(OauthMetadataSummary model) |
OauthMetadataSummary.Builder |
idcsAccountNameUrl(String idcsAccountNameUrl)
Base URL of the IDCS account where confidential client app is created.
|
public OauthMetadataSummary.Builder idcsAccountNameUrl(String idcsAccountNameUrl)
Base URL of the IDCS account where confidential client app is created.
idcsAccountNameUrl
- the value to setpublic OauthMetadataSummary.Builder clientAppId(String clientAppId)
ID of the client app created in IDP.
clientAppId
- the value to setpublic OauthMetadataSummary build()
public OauthMetadataSummary.Builder copy(OauthMetadataSummary model)
Copyright © 2016–2024. All rights reserved.