@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class OAuth2ClaimConditions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SCOPES |
Constructor and Description |
---|
OAuth2ClaimConditions() |
Modifier and Type | Method and Description |
---|---|
OAuth2ClaimConditions |
addScopesItem(String scopesItem) |
boolean |
equals(Object o) |
List<String> |
getScopes()
Get scopes
|
int |
hashCode() |
OAuth2ClaimConditions |
scopes(List<String> scopes) |
void |
setScopes(List<String> scopes) |
String |
toString() |
public static final String JSON_PROPERTY_SCOPES
public OAuth2ClaimConditions scopes(List<String> scopes)
public OAuth2ClaimConditions addScopesItem(String scopesItem)
Copyright © 2017–2023 Okta. All rights reserved.