@Deprecated public class UserApprovalRequiredException extends RuntimeException
| Constructor and Description |
|---|
UserApprovalRequiredException(String approvalUri,
Map<String,String> parameters,
String clientId,
List<String> scope)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovalUri()
Deprecated.
|
String |
getClientId()
Deprecated.
|
Map<String,String> |
getParameters()
Deprecated.
Description of the parameters required to be submitted for approval.
|
List<String> |
getScope()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getApprovalUri()
public Map<String,String> getParameters()
public String getClientId()
Copyright © 2020. All rights reserved.