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, if present, the bearer token for OAuth v2 endpoints.

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

System.Object

NOTES

Online Version

Import-TwitterAuthentication

Set-TwitterAuthentication

Api Reference - Authentication