IAuthCredentials
Home > @gooddata/sdk-pluggable-application-model > IAuthCredentials
IAuthCredentials type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Authentication credentials for building a backend instance.
Signature:
export type IAuthCredentials = IContextDeferredAuthCredentials | IApiTokenAuthCredentials | IJwtAuthCredentials;
References: IContextDeferredAuthCredentials, IApiTokenAuthCredentials, IJwtAuthCredentials
Remarks
The shell application determines authentication method and passes the resolved credentials in the platform context. Client applications use them to construct their own backend instance.