SaveTokenToFile persists authentication tokens to the specified file path. Parameters: - authFilePath: The file path where the authentication tokens should be saved Returns: - error: An error if the save operation fails, nil otherwise
(authFilePath string)
| 14 | // Returns: |
| 15 | // - error: An error if the save operation fails, nil otherwise |
| 16 | SaveTokenToFile(authFilePath string) error |
| 17 | } |
no outgoing calls
no test coverage detected