Package sh.ory.model
Class SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody extends Object
SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_TRAITSstatic StringSERIALIZED_NAME_WEBAUTHN_REGISTERstatic StringSERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()CSRFToken is the anti-CSRF tokenStringgetMethod()Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.ObjectgetTraits()The identity's traitsStringgetWebauthnRegister()Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.StringgetWebauthnRegisterDisplayname()Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added.inthashCode()SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBodymethod(String method)voidsetCsrfToken(String csrfToken)voidsetMethod(String method)voidsetTraits(Object traits)voidsetWebauthnRegister(String webauthnRegister)voidsetWebauthnRegisterDisplayname(String webauthnRegisterDisplayname)StringtoString()SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBodytraits(Object traits)SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBodywebauthnRegister(String webauthnRegister)SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBodywebauthnRegisterDisplayname(String webauthnRegisterDisplayname)
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRAITS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_REGISTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody
public SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
CSRFToken is the anti-CSRF token- Returns:
- csrfToken
-
setCsrfToken
-
method
-
getMethod
Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.- Returns:
- method
-
setMethod
-
traits
-
getTraits
The identity's traits- Returns:
- traits
-
setTraits
-
webauthnRegister
public SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody webauthnRegister(String webauthnRegister) -
getWebauthnRegister
Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.- Returns:
- webauthnRegister
-
setWebauthnRegister
-
webauthnRegisterDisplayname
public SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody webauthnRegisterDisplayname(String webauthnRegisterDisplayname) -
getWebauthnRegisterDisplayname
Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added.- Returns:
- webauthnRegisterDisplayname
-
setWebauthnRegisterDisplayname
-
equals
-
hashCode
public int hashCode() -
toString
-