Package com. seansoper. batil. brokers. etrade. auth
Includes both the Chromium and API-based methods of retrieving necessary OAuth keys.
Types
Authorization
Link copied to clipboard
class Authorization(key: String, secret: String, username: String, password: String, production: Boolean, verbose: Boolean, baseUrl: String, chromium: Chromium, tokenStore: CachedTokenProvider)
Content copied to clipboard
AuthResponse
Link copied to clipboard
data class AuthResponse(accessToken: String, accessSecret: String) : Serializable
Content copied to clipboard
AuthResponseError
Link copied to clipboard
BrowserAuthentication
Link copied to clipboard
EtradeBrowserAuthNoConnection
Link copied to clipboard