JwtTokenBuilder.WithAudience method

Sets the audience of the JWT token.

public JwtTokenBuilder WithAudience(string audience)
parameter description
audience The audience to set.

Return Value

The current JwtTokenBuilder instance.

See Also