authenticationScheme property

String? authenticationScheme

Implementation

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

The type of token retrieved.

Defaults to "Bearer". Can also be type "pop".

Implementation

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