@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class PsuAuthRequest extends Object
Constructor and Description |
---|
PsuAuthRequest() |
Modifier and Type | Method and Description |
---|---|
PsuAuthRequest |
consentAuth(ConsentAuth consentAuth) |
boolean |
equals(Object o) |
PsuAuthRequest |
extras(Map<String,String> extras) |
@Valid ConsentAuth |
getConsentAuth()
Get consentAuth
|
Map<String,String> |
getExtras()
ASPSP customary authorization parameters required to i.e.
|
@NotNull Map<String,String> |
getScaAuthenticationData()
SCA authentication data, depending on the chosen authentication method.
|
int |
hashCode() |
PsuAuthRequest |
putExtrasItem(String key,
String extrasItem) |
PsuAuthRequest |
putScaAuthenticationDataItem(String key,
String scaAuthenticationDataItem) |
PsuAuthRequest |
scaAuthenticationData(Map<String,String> scaAuthenticationData) |
void |
setConsentAuth(ConsentAuth consentAuth) |
void |
setExtras(Map<String,String> extras) |
void |
setScaAuthenticationData(Map<String,String> scaAuthenticationData) |
String |
toString() |
public PsuAuthRequest consentAuth(ConsentAuth consentAuth)
@Valid public @Valid ConsentAuth getConsentAuth()
public void setConsentAuth(ConsentAuth consentAuth)
public PsuAuthRequest scaAuthenticationData(Map<String,String> scaAuthenticationData)
public PsuAuthRequest putScaAuthenticationDataItem(String key, String scaAuthenticationDataItem)
@NotNull public @NotNull Map<String,String> getScaAuthenticationData()
public void setScaAuthenticationData(Map<String,String> scaAuthenticationData)
public PsuAuthRequest extras(Map<String,String> extras)
public PsuAuthRequest putExtrasItem(String key, String extrasItem)
public Map<String,String> getExtras()
Copyright © 2020. All rights reserved.