Sha256: 00d8334036e298c7c45dd64af09a0879ce9cabcbae0d8a85097853f344b311c3

Contents?: true

Size: 450 Bytes

Versions: 3

Compression:

Stored size: 450 Bytes

Contents

# TalonOne::LoginParams

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | The email address associated with the user profile. | 
**password** | **String** | The password for your account. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoginParams.new(email: john.doe@example.com,
                                 password: admin123456)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/LoginParams.md
talon_one-6.0.0 docs/LoginParams.md
talon_one-5.0.0 docs/LoginParams.md