public interface SwappableCredentialSupport
TokenSupplier.
This allows implementors to move from app-level to person-level access tokens on demand, by simply calling
swapCredentials(String, String, String).| Modifier and Type | Method and Description |
|---|---|
void |
swapCredentials(String clientId,
String clientSecret,
String applicationId)
Swap the current credentials with the given ones, optionally supplying the associated application id.
|
void swapCredentials(@Nonnull@NotEmpty
String clientId,
@Nonnull@NotEmpty
String clientSecret,
@Nullable
String applicationId)
clientId - The client id.clientSecret - The client secret.applicationId - The application id.Copyright © 2015 Covisint. All rights reserved.