(_config: AuthConfig)
| 60 | // --------------------------------------------------------------------------- |
| 61 | |
| 62 | export function getAccessToken(_config: AuthConfig): null { |
| 63 | return null; |
| 64 | } |
| 65 | |
| 66 | export function getOrganizationId(_config: AuthConfig): null { |
| 67 | return null; |