authenticationParams property

Map<String, Object?>? authenticationParams

This section contains any information that the client will need to know in order to use a given type of authentication. For each authentication type presented, that type may be present as a key in this dictionary. For example, the public part of an OAuth client ID could be given here.

Implementation

Map<String, Object?>? get authenticationParams =>
    raw.tryGetMap<String, Object?>('params');