mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Apply suggestions from code review
Co-authored-by: Brandon <robertsbt@gmail.com>
This commit is contained in:
@@ -42,13 +42,13 @@ class Session extends Model
|
||||
])
|
||||
->addRule('providerAccessToken', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Session Provider AccessToken.',
|
||||
'description' => 'Session Provider Access Token.',
|
||||
'default' => '',
|
||||
'example' => 'MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3',
|
||||
])
|
||||
->addRule('providerAccessTokenExpiry', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Date, the user has accepted the invitation to join the team in Unix timestamp.',
|
||||
'description' => 'Date, the Unix timestamp of when the access token expires',
|
||||
'default' => 0,
|
||||
'example' => 1592981250,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user