grantType property

String? grantType
final

The grant type.

If this is not specified then it will be inferred based on if refreshToken or authorizationCode has been specified.

Implementation

final String? grantType;