public static class GenerateScopedAccessTokenDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateScopedAccessTokenDetails |
build() |
GenerateScopedAccessTokenDetails.Builder |
copy(GenerateScopedAccessTokenDetails model) |
GenerateScopedAccessTokenDetails.Builder |
publicKey(String publicKey)
A temporary public key, owned by the service.
|
GenerateScopedAccessTokenDetails.Builder |
scope(String scope)
Scope definition for the scoped access token
|
public GenerateScopedAccessTokenDetails.Builder scope(String scope)
Scope definition for the scoped access token
scope
- the value to setpublic 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.
publicKey
- the value to setpublic GenerateScopedAccessTokenDetails build()
public GenerateScopedAccessTokenDetails.Builder copy(GenerateScopedAccessTokenDetails model)
Copyright © 2016–2024. All rights reserved.