Public/Export-SpotifyTokens.ps1
<# .SYNOPSIS Exports all current Spotify authentication tokens #> function Export-SpotifyTokens { return $script:TOKENS } |
<# .SYNOPSIS Exports all current Spotify authentication tokens #> function Export-SpotifyTokens { return $script:TOKENS } |