A utility class to parse parameters in action code URLs from out of band email flows.
| String |
getApiKey()
Returns the API key from the link.
|
| String |
getCode()
Returns the email action code from the link if present, otherwise null.
|
| String |
getContinueUrl()
Returns the continue URL from the link if present, otherwise null.
|
| String |
getLanguageCode()
Returns the language code from the link if present, otherwise null.
|
| int |
getOperation()
Returns the mapping of the mode string in the action code URL to a
ActionCodeResult.Operation.
|
| static ActionCodeUrl |
Returns the API key from the link.
Returns the email action code from the link if present, otherwise null.
Returns the continue URL from the link if present, otherwise null.
Returns the language code from the link if present, otherwise null.
Returns the mapping of the mode string in the action code URL to a ActionCodeResult.Operation.
Returns an ActionCodeUrl
instance if the link is valid, otherwise null.
| IllegalArgumentException | if link is null or empty |
|---|