protocolMode property

String? protocolMode

Implementation

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

Enum that represents the protocol that msal follows.

If "AAD", will function on the OIDC-compliant AAD v2 endpoints; if "OIDC", will function on other OIDC-compliant endpoints.

Defaults to 'AAD'.

Implementation

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