customParameter property

Map<String, String>? customParameter
getter/setter pair

The query parameter that client can customize by themselves in auth url.

The following parameters are reserved for server so that they cannot be customized by clients: client_id, response_type, scope, redirect_uri, state, oauth_token.

Implementation

core.Map<core.String, core.String>? customParameter;