()
| 51 | } |
| 52 | |
| 53 | getMetadata() { |
| 54 | return { |
| 55 | token: this.getAccessToken(), |
| 56 | accessKeyId: this.getAccessKeyId() |
| 57 | }; |
| 58 | } |
| 59 | |
| 60 | getApplicationsClient() { |
| 61 | return new ApplicationsClient(this.url, null, { |
nothing calls this directly
no test coverage detected