toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'alg': access_token,
      'token_type': token_type,
      'expires_in': expires_in,
    };