TestTokenCreator.CreateDefaultValidToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a default valid test token based based on the class's Issuer, Audience and SigningCredentials values.
public string CreateDefaultValidToken ();
member this.CreateDefaultValidToken : unit -> string
Public Function CreateDefaultValidToken () As String
Returns
A test JWS token which is valid according to the class configuration.