menu
graphql_infra_tool package
documentation
config/src/gql_token_refresh_provider.dart
GQLRefreshResult
GQLRefreshResult.new const constructor
GQLRefreshResult.new const constructor
dark_mode
light_mode
GQLRefreshResult
constructor
const
GQLRefreshResult
(
{
required
String
accessToken
,
String
?
refreshToken
,
DateTime
?
expirationDate
,
})
Implementation
const GQLRefreshResult({ required this.accessToken, this.refreshToken, this.expirationDate, });
graphql_infra_tool package
documentation
config/src/gql_token_refresh_provider
GQLRefreshResult
GQLRefreshResult.new const constructor
GQLRefreshResult class