TestTokenCreator.CreateTokenWithBadIssuer Method

Definition

Creates a test JWS token with an issuer which doens't match the configured instance value.

public string CreateTokenWithBadIssuer ();
member this.CreateTokenWithBadIssuer : unit -> string
Public Function CreateTokenWithBadIssuer () As String

Returns

A test JWS token with an issuer which doens't match the configured instance value.

Applies to