toJson method

Map toJson()

Implementation

Map toJson() => {
      'token_type': tokenType,
      'access_token': accessToken,
      'refresh_token': refreshToken,
      'scope': scope,
      'created_at': createdAt,
      'expires_in': expiresIn,
    };