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 Details

    • SERIALIZED_NAME_WEBAUTHN_REGISTER

      public static final String SERIALIZED_NAME_WEBAUTHN_REGISTER
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME

      public static final String SERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME
      See Also:
      Constant Field Values
  • Constructor Details

    • SubmitSelfServiceFlowWithWebAuthnRegistrationMethod

      public SubmitSelfServiceFlowWithWebAuthnRegistrationMethod()
  • Method Details

    • webauthnRegister

      public SubmitSelfServiceFlowWithWebAuthnRegistrationMethod webauthnRegister​(String webauthnRegister)
    • getWebauthnRegister

      @Nullable public String getWebauthnRegister()
      Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
      Returns:
      webauthnRegister
    • setWebauthnRegister

      public void setWebauthnRegister​(String webauthnRegister)
    • webauthnRegisterDisplayname

      public SubmitSelfServiceFlowWithWebAuthnRegistrationMethod webauthnRegisterDisplayname​(String webauthnRegisterDisplayname)
    • getWebauthnRegisterDisplayname

      @Nullable public String 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

      public void setWebauthnRegisterDisplayname​(String webauthnRegisterDisplayname)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object