public class GetTokensByCodeParams extends Object
| Constructor and Description |
|---|
GetTokensByCodeParams() |
| Modifier and Type | Method and Description |
|---|---|
GetTokensByCodeParams |
algorithm(String algorithm) |
GetTokensByCodeParams |
authenticationMethod(String authenticationMethod) |
GetTokensByCodeParams |
code(String code) |
boolean |
equals(Object o) |
String |
getAlgorithm()
optional but is required if authentication_method=private_key_jwt.
|
String |
getAuthenticationMethod()
if value is missed then basic authentication is used.
|
String |
getCode()
Get code
|
String |
getOxdId()
Get oxdId
|
String |
getState()
Get state
|
int |
hashCode() |
GetTokensByCodeParams |
oxdId(String oxdId) |
void |
setAlgorithm(String algorithm) |
void |
setAuthenticationMethod(String authenticationMethod) |
void |
setCode(String code) |
void |
setOxdId(String oxdId) |
void |
setState(String state) |
GetTokensByCodeParams |
state(String state) |
String |
toString() |
public GetTokensByCodeParams oxdId(String oxdId)
public String getOxdId()
public void setOxdId(String oxdId)
public GetTokensByCodeParams code(String code)
public String getCode()
public void setCode(String code)
public GetTokensByCodeParams state(String state)
public String getState()
public void setState(String state)
public GetTokensByCodeParams authenticationMethod(String authenticationMethod)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public GetTokensByCodeParams algorithm(String algorithm)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
Copyright © 2021. All rights reserved.