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