Skip to content

Show-TwitterAuthentication

SYNOPSIS

Display the current values for ApiKey, ApiSecret, AccessToken, AccessTokenSecret, and BearerToken.

SYNTAX

Show-TwitterAuthentication [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Display the current values for ApiKey, ApiSecret, AccessToken, AccessTokenSecret, and BearerToken.

This allows you to verify the values entered.

EXAMPLES

Example 1

PS > Show-TwitterAuthentication
Confirm
Are you sure you want to perform this action?
Performing the operation "Show" on target "Twitter Authentication".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y

ApiKey            : T...B
ApiSecret         : Y...3
AccessToken       : 2...4-A...z
AccessTokenSecret : H...d
BearerToken       : A...n

Display the current values for ApiKey, ApiSecret, AccessToken, AccessTokenSecret, and BearerToken.

Note: The output is truncated. Your values will be unique with a greater length.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

BluebirdPS.TwitterAuthentication

NOTES

Online Version

Set-TwitterAuthentication

Import-TwitterAuthentication

Export-TwitterAuthentication