clientId property

String? clientId

Implementation

String? get clientId => _jsObject.clientId;
void clientId=(String? value)

App ID of your application.

Can be found in your portal registration.

This parameter is required in order for MSAL to perform any actions.

Implementation

set clientId(String? value) => _jsObject.clientId = value;