public class OAuthMigrationClient extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
OAuthMigrationClient()
Hiding the default constructor as OAuth2PlatformClient is always required to function properly
|
|
OAuthMigrationClient(OAuthMigrationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectUrl() |
String |
getScopeValue(Scope scope) |
OAuthMigrationResponse |
migrate()
Calls the migrate API based on the the request provided and
returns an object with oauth2 tokens
|
public OAuthMigrationClient(OAuthMigrationRequest request)
protected OAuthMigrationClient()
public OAuthMigrationResponse migrate() throws ConnectionException
ConnectionExceptionpublic String getRedirectUrl()
Copyright © 2025. All Rights Reserved.