@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-03-19T09:24:22.106Z") public class AuthConfigSignedJWTSigningKeys extends Object
Constructor and Description |
---|
AuthConfigSignedJWTSigningKeys() |
Modifier and Type | Method and Description |
---|---|
AuthConfigSignedJWTSigningKeys |
cacheDuration(Integer cacheDuration) |
boolean |
equals(Object o) |
Integer |
getCacheDuration()
In case of \"fetched\" type, duration for which the public key can be cached
|
JWTSigningKeyType |
getKind()
Type of signing key, fetched or stored
|
String |
getUrl()
URL for fetching public key for verification of JWT signature
|
int |
hashCode() |
AuthConfigSignedJWTSigningKeys |
kind(JWTSigningKeyType kind) |
void |
setCacheDuration(Integer cacheDuration) |
void |
setKind(JWTSigningKeyType kind) |
void |
setUrl(String url) |
String |
toString() |
AuthConfigSignedJWTSigningKeys |
url(String url) |
public AuthConfigSignedJWTSigningKeys kind(JWTSigningKeyType kind)
public JWTSigningKeyType getKind()
public void setKind(JWTSigningKeyType kind)
public AuthConfigSignedJWTSigningKeys url(String url)
public String getUrl()
public void setUrl(String url)
public AuthConfigSignedJWTSigningKeys cacheDuration(Integer cacheDuration)
public Integer getCacheDuration()
public void setCacheDuration(Integer cacheDuration)
Copyright © 2017-2020 Fortanix Inc. All Rights Reserved