< Back
New-PodeCsrfToken
Post
NAME New-PodeCsrfToken
SYNOPSIS
Creates and returns a new secure token for use with CSRF.
SYNTAX
New-PodeCsrfToken [<CommonParameters>]
DESCRIPTION
Creates and returns a new secure token for use with CSRF.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.String
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$token = New-PodeCsrfToken
RELATED LINKS
SYNOPSIS
Creates and returns a new secure token for use with CSRF.
SYNTAX
New-PodeCsrfToken [<CommonParameters>]
DESCRIPTION
Creates and returns a new secure token for use with CSRF.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.String
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$token = New-PodeCsrfToken
RELATED LINKS