We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c89d2 commit 82bc562Copy full SHA for 82bc562
config/src/main/java/com/google/firebase/samples/config/Configure.java
@@ -35,7 +35,8 @@ public class Configure {
35
36
/**
37
* Retrieve a valid access token that can be use to authorize requests to the Remote Config REST
38
- * API.
+ * API. If there is no existing access token or if the existing one will expire in less than
39
+ * five minutes a fresh token is fetched.
40
*
41
* This method must be called in either a trusted Google environment like GCP or if running
42
* elsewhere the GOOGLE_APPLICATION_CREDENTIALS environment variable must be set to the path
0 commit comments