Class GenerateScopedAccessTokenDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydataplane.model.GenerateScopedAccessTokenDetails.Builder
 
- 
- Enclosing class:
- GenerateScopedAccessTokenDetails
 
 public static class GenerateScopedAccessTokenDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateScopedAccessTokenDetailsbuild()GenerateScopedAccessTokenDetails.Buildercopy(GenerateScopedAccessTokenDetails model)GenerateScopedAccessTokenDetails.BuilderpublicKey(String publicKey)A temporary public key, owned by the service.GenerateScopedAccessTokenDetails.Builderscope(String scope)Scope definition for the scoped access token
 
- 
- 
- 
Method Detail- 
scopepublic GenerateScopedAccessTokenDetails.Builder scope(String scope) Scope definition for the scoped access token- Parameters:
- scope- the value to set
- Returns:
- this builder
 
 - 
publicKeypublic GenerateScopedAccessTokenDetails.Builder publicKey(String publicKey) A temporary public key, owned by the service.The service also owns the corresponding private key. This public key will be put inside the security token by the auth service after successful validation of the certificate. - Parameters:
- publicKey- the value to set
- Returns:
- this builder
 
 - 
buildpublic GenerateScopedAccessTokenDetails build() 
 - 
copypublic GenerateScopedAccessTokenDetails.Builder copy(GenerateScopedAccessTokenDetails model) 
 
- 
 
-