toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "code": code,
      "code_verifier": codeVerifier,
      "grant_type": grantType,
      "scope": scope,
      "client_id": clientId,
      "code_challenge_method": codeChallengeMethod,
      "redirect_uri": redirectUri,
      "response_type": responseType,
    };