Sha256: a85bb99726289a061345bfdfc30dd698a3752ad84eba5ec35ceb9c91331dda0f

Contents?: true

Size: 392 Bytes

Versions: 7

Compression:

Stored size: 392 Bytes

Contents

# TalonOne::NewPassword

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**password** | **String** | The new password for your account. | 
**reset_token** | **String** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewPassword.new(password: null,
                                 reset_token: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/NewPassword.md
talon_one-2.4.0 docs/NewPassword.md
talon_one-2.3.0 docs/NewPassword.md
talon_one-2.2.0 docs/NewPassword.md
talon_one-2.1.1 docs/NewPassword.md
talon_one-2.1.0 docs/NewPassword.md
talon_one-2.0.0 docs/NewPassword.md