New-KrJWTBuilder
SYNOPSIS
Creates a new JWT token builder instance.
SYNTAX
__AllParameterSets
New-KrJWTBuilder
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
This function initializes a new instance of the JwtTokenBuilder class, which is used to construct JWT tokens.
EXAMPLES
EXAMPLE 1
Creates a new JWT token builder instance
$builder = New-KrJWTBuilder
PARAMETERS
INPUTS
OUTPUTS
[Kestrun.Jwt.JwtTokenBuilder]
A new instance of the JwtTokenBuilder class.
{{ Fill in the Description }}
Kestrun.Jwt.JwtTokenBuilder
{{ Fill in the Description }}
NOTES
This function is part of the Kestrun.Jwt module and is used to build JWT tokens. Maps to JwtTokenBuilder.New
RELATED LINKS
{{ Fill in the related links here }}