TestTokenCreator.CreateTokenWithMissingNotBefore Method

Definition

Creates a test JWS token with a missing NotBefore (nbf) claim.

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

Returns

A test JWS token with a missing NotBefore (nbf) claim.

Applies to