public final class CommunicationTokenRequest extends Object
| Constructor and Description |
|---|
CommunicationTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getScopes()
Get the scopes property: List of scopes attached to the token.
|
CommunicationTokenRequest |
setScopes(List<String> scopes)
Set the scopes property: List of scopes attached to the token.
|
public List<String> getScopes()
public CommunicationTokenRequest setScopes(List<String> scopes)
scopes - the scopes value to set.Copyright © 2021. All rights reserved.