refreshAccessToken method
[Future[<[bool]>]] refreshAccessToken(
- [[String] refreshToken]
)
This function is used to refresh the Authenication token to access the application.
params:
refreshToken
: Needed for authentication
returns:
Future<bool>
: it returns Future of dynamic
Implementation
Future<bool> refreshAccessToken(String refreshToken) async
- talawa
- database_mutation_functions
- DataBaseMutationFunctions
- refreshAccessToken method