Skip to content

Import-TwitterAuthentication

SYNOPSIS

Import the current user's authentication credentials from specific environment variables or an encrypted credentials file.

SYNTAX

Import-TwitterAuthentication [<CommonParameters>]

DESCRIPTION

Import the current user's authentication credentials from specific environment variables or an encrypted credentials file.

The authentication data will be imported from specific environment variables in preference to data in the encrypted credentials file.

The following environment variables must be used to set the BluebirdPS authentication credentials.

BLUEBIRDPS_API_KEY, BLUEBIRDPS_API_SECRET, BLUEBIRDPS_ACCESS_TOKEN, BLUEBIRDPS_ACCESS_TOKEN_SECRET, BLUEBIRDPS_BEARER_TOKEN

If the required environment variables are not set, this command will attempt to import authentication data from the encrypted credentials 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 2.0.

This essentially refreshes the session variable with the credentials from the encrypted file.

This command is called when the module is imported.

EXAMPLES

Example 1

PS > Import-TwitterAuthentication

Import the current user's authentication credentials from specific environment variables or an encrypted credentials 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

Export-TwitterAuthentication

Set-TwitterAuthentication

Test-TwitterAuthentication

Api Reference - Authentication Overview