Package sh.ory.model
Class SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody extends Object
SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_WEBAUTHN_REGISTERstatic StringSERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAMEstatic StringSERIALIZED_NAME_WEBAUTHN_REMOVE -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodycsrfToken(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.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.StringgetWebauthnRemove()Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection.inthashCode()SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodymethod(String method)voidsetCsrfToken(String csrfToken)voidsetMethod(String method)voidsetWebauthnRegister(String webauthnRegister)voidsetWebauthnRegisterDisplayname(String webauthnRegisterDisplayname)voidsetWebauthnRemove(String webauthnRemove)StringtoString()SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodywebauthnRegister(String webauthnRegister)SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodywebauthnRegisterDisplayname(String webauthnRegisterDisplayname)SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodywebauthnRemove(String webauthnRemove)
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_REGISTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_REGISTER_DISPLAYNAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_REMOVE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody
public SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody()
-
-
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
-
webauthnRegister
public SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody 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 SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody 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
-
webauthnRemove
-
getWebauthnRemove
Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection.- Returns:
- webauthnRemove
-
setWebauthnRemove
-
equals
-
hashCode
public int hashCode() -
toString
-