public class CSCCredentialOptions extends Object implements SealCredentialOptions
SealCredentialOptions
.Modifier and Type | Class and Description |
---|---|
static class |
CSCCredentialOptions.Builder
Builds a
CSCCredentialOptions instance. |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Returns the access token required for CSC based services.
|
String |
getCredentialId()
Returns the certificate credential ID of user.
|
String |
getCredentialPIN()
Returns the PIN to be used for validating credentials.
|
String |
getProviderName()
Returns the name of trust service provider.
|
String |
getTokenType()
Returns the type of access token; supported type is Bearer.
|
public String getProviderName()
public String getCredentialId()
public String getAccessToken()
public String getCredentialPIN()
public String getTokenType()
Copyright © 2022 Adobe. All rights reserved.