Package sh.ory.model
Class SubmitSelfServiceLoginFlowWithWebAuthnMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceLoginFlowWithWebAuthnMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceLoginFlowWithWebAuthnMethodBody extends Object
SubmitSelfServiceLoginFlowWithWebAuthnMethodBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_IDENTIFIERstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_WEBAUTHN_LOGIN -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceLoginFlowWithWebAuthnMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceLoginFlowWithWebAuthnMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()Sending the anti-csrf token is only required for browser login flows.StringgetIdentifier()Identifier is the email or username of the user trying to log in.StringgetMethod()Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy.StringgetWebauthnLogin()Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection.inthashCode()SubmitSelfServiceLoginFlowWithWebAuthnMethodBodyidentifier(String identifier)SubmitSelfServiceLoginFlowWithWebAuthnMethodBodymethod(String method)voidsetCsrfToken(String csrfToken)voidsetIdentifier(String identifier)voidsetMethod(String method)voidsetWebauthnLogin(String webauthnLogin)StringtoString()SubmitSelfServiceLoginFlowWithWebAuthnMethodBodywebauthnLogin(String webauthnLogin)
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTIFIER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAUTHN_LOGIN
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceLoginFlowWithWebAuthnMethodBody
public SubmitSelfServiceLoginFlowWithWebAuthnMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
Sending the anti-csrf token is only required for browser login flows.- Returns:
- csrfToken
-
setCsrfToken
-
identifier
-
getIdentifier
Identifier is the email or username of the user trying to log in. This field is only required when using WebAuthn for passwordless login. When using WebAuthn for multi-factor authentication, it is not needed.- Returns:
- identifier
-
setIdentifier
-
method
-
getMethod
Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy.- Returns:
- method
-
setMethod
-
webauthnLogin
-
getWebauthnLogin
Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection.- Returns:
- webauthnLogin
-
setWebauthnLogin
-
equals
-
hashCode
public int hashCode() -
toString
-