1 write to tokenType
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
188
set { this.
tokenType
= value; }
3 references to tokenType
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
78
if (
tokenType
!= null)
80
response.TokenType =
tokenType
;
187
get { return this.
tokenType
; }