rn: adapt to API changes in google signin
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
4591b36c3e
commit
54a9b9199e
@@ -35,6 +35,15 @@ class GoogleApi {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the current tokens.
|
||||
*
|
||||
* @returns {Promise}
|
||||
*/
|
||||
getTokens(): Promise<*> {
|
||||
return GoogleSignin.getTokens();
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the available YouTube streams the user can use for live
|
||||
* streaming.
|
||||
|
||||
Reference in New Issue
Block a user