toJson method
Implementation
Map<String, dynamic> toJson() => {
"client_id": clientId,
"code_challenge": codeChallenge,
"code_challenge_method": codeChallengeMethod,
"redirect_uri": redirectUri,
"response_type": responseType,
};