public class GetJwksParams extends Object
| Constructor and Description |
|---|
GetJwksParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOpConfigurationEndpoint()
The openid configuration endpoint URL.
|
String |
getOpDiscoveryPath()
Deprecated in favor of `op_configuration_endpoint`.
|
String |
getOpHost()
Deprecated in favor of `op_configuration_endpoint`.
|
int |
hashCode() |
GetJwksParams |
opConfigurationEndpoint(String opConfigurationEndpoint) |
GetJwksParams |
opDiscoveryPath(String opDiscoveryPath) |
GetJwksParams |
opHost(String opHost) |
void |
setOpConfigurationEndpoint(String opConfigurationEndpoint) |
void |
setOpDiscoveryPath(String opDiscoveryPath) |
void |
setOpHost(String opHost) |
String |
toString() |
public GetJwksParams opConfigurationEndpoint(String opConfigurationEndpoint)
public String getOpConfigurationEndpoint()
public void setOpConfigurationEndpoint(String opConfigurationEndpoint)
public GetJwksParams opHost(String opHost)
public String getOpHost()
public void setOpHost(String opHost)
public GetJwksParams opDiscoveryPath(String opDiscoveryPath)
public String getOpDiscoveryPath()
public void setOpDiscoveryPath(String opDiscoveryPath)
Copyright © 2021. All rights reserved.