Skip to content

Export-TwitterAuthentication

SYNOPSIS

Export the current user's authentication credentials to an encrypted file.

SYNTAX

Export-TwitterAuthentication [<CommonParameters>]

DESCRIPTION

Export the current user's authentication credentials to an encrypted file.

The encrypted credentials file will be stored in the folder $env:HOME/.BluebirdPS.

The credentials are the API Key, API Key Secret, Access Token, Access Token Secret, and, the bearer token for OAuth 2.0.

This command will update the BluebirdPS configuration value AuthLastExportDate in the current session and Export-BluebirdPSConfiguration to save the configuration values.

EXAMPLES

Example 1

PS > Export-TwitterAuthentication

Exports the sessions current credentials to an encrypted file.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

None

NOTES

Online Version

Import-TwitterAuthentication

Set-TwitterAuthentication

Test-TwitterAuthentication

Api Reference - Authentication Overview