Package sh.ory.model
Class SubmitSelfServiceLoginFlowWithLookupSecretMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceLoginFlowWithLookupSecretMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceLoginFlowWithLookupSecretMethodBody extends Object
SubmitSelfServiceLoginFlowWithLookupSecretMethodBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_LOOKUP_SECRETstatic StringSERIALIZED_NAME_METHOD -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceLoginFlowWithLookupSecretMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceLoginFlowWithLookupSecretMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()Sending the anti-csrf token is only required for browser login flows.StringgetLookupSecret()The lookup secret.StringgetMethod()Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy.inthashCode()SubmitSelfServiceLoginFlowWithLookupSecretMethodBodylookupSecret(String lookupSecret)SubmitSelfServiceLoginFlowWithLookupSecretMethodBodymethod(String method)voidsetCsrfToken(String csrfToken)voidsetLookupSecret(String lookupSecret)voidsetMethod(String method)StringtoString()
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOOKUP_SECRET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceLoginFlowWithLookupSecretMethodBody
public SubmitSelfServiceLoginFlowWithLookupSecretMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
Sending the anti-csrf token is only required for browser login flows.- Returns:
- csrfToken
-
setCsrfToken
-
lookupSecret
-
getLookupSecret
The lookup secret.- Returns:
- lookupSecret
-
setLookupSecret
-
method
-
getMethod
Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy.- Returns:
- method
-
setMethod
-
equals
-
hashCode
public int hashCode() -
toString
-