JwtTokenBuilder.Build method

Builds the JWT token and returns a JwtBuilderResult containing the token, signing key, and validity period.

public JwtBuilderResult Build()

Return Value

A JwtBuilderResult containing the JWT token, signing key, and validity period.

See Also