AuthResponse interface

Describes the authentication response.

Properties

credentials

The credentials object.

subscriptions

List of associated subscriptions. It will be empty for personal accounts, unless the login method is called with a tenant Id sent as the domain optional parameter.

Property Details

credentials

The credentials object.

credentials: T

Property Value

T

subscriptions

List of associated subscriptions. It will be empty for personal accounts, unless the login method is called with a tenant Id sent as the domain optional parameter.

subscriptions?: LinkedSubscription[]

Property Value