Search Results for

    Show / Hide Table of Contents

    Class JwtOAuthTokenDescription

    Describes OAuth Jwt token.

    Inheritance
    object
    OAuthTokenDescriptionBase
    JwtOAuthTokenDescription
    Implements
    IExtensibleDataObject
    Inherited Members
    OAuthTokenDescriptionBase.ExtensionData
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services.Policies
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class JwtOAuthTokenDescription : OAuthTokenDescriptionBase, IExtensibleDataObject

    Constructors

    JwtOAuthTokenDescription()

    Declaration
    public JwtOAuthTokenDescription()

    Properties

    Audience

    Gets or sets the token audience(s). Multiple values separated by new line characters can be specified.

    Declaration
    [DataMember]
    public string Audience { get; set; }
    Property Value
    Type Description
    string

    TokenType

    When overridden by a derived class, gets this definition's token type: Jwt or reference.

    Declaration
    [IgnoreDataMember]
    public override AccessTokenType TokenType { get; }
    Property Value
    Type Description
    AccessTokenType
    Overrides
    OAuthTokenDescriptionBase.TokenType

    Implements

    IExtensibleDataObject
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation