public class WebAppConfirmationRequest extends Object
| Constructor and Description |
|---|
WebAppConfirmationRequest() |
| Modifier and Type | Method and Description |
|---|---|
WebAppConfirmationRequest |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
The user returns to the web app after granting the permission.
|
int |
hashCode() |
void |
setCode(String code) |
String |
toString() |
protected String code
public WebAppConfirmationRequest code(String code)
public String getCode()
public void setCode(String code)
Copyright © 2024. All rights reserved.