Package sh.ory.model
Class SubmitSelfServiceFlowWithWebAuthnRegistrationMethod
java.lang.Object
sh.ory.model.SubmitSelfServiceFlowWithWebAuthnRegistrationMethod
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceFlowWithWebAuthnRegistrationMethod extends Object
SubmitSelfServiceFlowWithWebAuthnRegistrationMethod
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_WEBAUTHN_REGISTERstatic StringSERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceFlowWithWebAuthnRegistrationMethod() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetWebauthnRegister()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()voidsetWebauthnRegister(String webauthnRegister)voidsetWebauthnRegisterDisplayname(String webauthnRegisterDisplayname)StringtoString()SubmitSelfServiceFlowWithWebAuthnRegistrationMethodwebauthnRegister(String webauthnRegister)SubmitSelfServiceFlowWithWebAuthnRegistrationMethodwebauthnRegisterDisplayname(String webauthnRegisterDisplayname)
-
Field Details
-
SERIALIZED_NAME_WEBAUTHN_REGISTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceFlowWithWebAuthnRegistrationMethod
public SubmitSelfServiceFlowWithWebAuthnRegistrationMethod()
-
-
Method Details
-
webauthnRegister
public SubmitSelfServiceFlowWithWebAuthnRegistrationMethod 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 SubmitSelfServiceFlowWithWebAuthnRegistrationMethod 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
-