* Returns a OAuth2 state parameter.
()
| 69 | * Returns a OAuth2 state parameter. |
| 70 | */ |
| 71 | state?(): string | Promise<string>; |
| 72 | |
| 73 | /** |
| 74 | * Loads information about this OAuth client, as registered already with the |
no outgoing calls
no test coverage detected