public class GetJwksResponse extends Object
| Constructor and Description |
|---|
GetJwksResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetJwksResponse |
addKeysItem(JsonWebKey keysItem) |
boolean |
equals(Object o) |
List<JsonWebKey> |
getKeys()
Get keys
|
int |
hashCode() |
GetJwksResponse |
keys(List<JsonWebKey> keys) |
void |
setKeys(List<JsonWebKey> keys) |
String |
toString() |
public GetJwksResponse keys(List<JsonWebKey> keys)
public GetJwksResponse addKeysItem(JsonWebKey keysItem)
public List<JsonWebKey> getKeys()
public void setKeys(List<JsonWebKey> keys)
Copyright © 2021. All rights reserved.