public class Auth0ClientGrantInfo extends Object
| Constructor and Description |
|---|
Auth0ClientGrantInfo(String clientId,
String audience) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience() |
String |
getClientId() |
List<String> |
getScope() |
void |
setAudience(String audience) |
void |
setClientId(String clientId) |
void |
setScope(List<String> scope) |
Copyright © 2024 WSO2. All rights reserved.