CustomGrantStrategy constructor

const CustomGrantStrategy(
  1. String grantName,
  2. Map<String, String> grantFields
)

Creates the CustomGrantStrategy.

The grantName is the custom grant name.

The grantFields are the key-value pairs sent in the access token request.

Implementation

const CustomGrantStrategy(this.grantName, this.grantFields);