etrade_authenticate
Complete E*TRADE OAuth authentication using the verification code received after authorizing the application to access market data and trading functionality.
Instructions
Complete E*TRADE OAuth authentication with verification code.
Args: verifier: The verification code received after authorizing the application
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"verifier": {
"type": "string"
}
},
"required": [
"verifier"
],
"type": "object"
}