Sha256: b63b7198949323cc64d559c1df7913f62fbbf436d8eb394ace8fab1dcdd1676f

Contents?: true

Size: 438 Bytes

Versions: 6

Compression:

Stored size: 438 Bytes

Contents

# TalonOne::ChangeProfilePassword

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**password** | **String** | Your old password. | 
**new_password** | **String** | Your new password. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ChangeProfilePassword.new(password: Admin&12943!7,
                                 new_password: Admin*4552$70)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ChangeProfilePassword.md
talon_one-6.0.0 docs/ChangeProfilePassword.md
talon_one-5.0.0 docs/ChangeProfilePassword.md
talon_one-3.0.2 docs/ChangeProfilePassword.md
talon_one-3.0.1 docs/ChangeProfilePassword.md
talon_one-3.0.0 docs/ChangeProfilePassword.md