Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.19 KB

CustomerJWT.md

File metadata and controls

18 lines (16 loc) · 1.19 KB

RebillySdk::CustomerJWT

Properties

Name Type Description Notes
id AllOfCustomerJWTId The session identifier string. [optional]
type String Session type. [optional]
token String The session's token used for authentication. [optional]
invalidate BOOLEAN Whether to invalidate token after exchange or not. [optional] [default to true]
one_time_password String The one time password sent via an email. Should contain digits only. [optional]
customer_id AllOfCustomerJWTCustomerId The customer's ID. [optional]
acl Acl [optional]
custom_claims Hash [optional]
created_time DateTime Session created time. [optional]
updated_time AllOfCustomerJWTUpdatedTime Session updated time. [optional]
expired_time DateTime Session expired time. Defaults to one hour. [optional]
_links Array<CustomerLink> The links related to resource. [optional]