Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jan 4, 2016
1 parent ba2312d commit b4f7387
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/AccessTokenValidation/Plumbing/ScopeRequirementOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

namespace IdentityServer3.AccessTokenValidation
{
/// <summary>
/// Options for validating scope claims
/// </summary>
public class ScopeRequirementOptions
{
/// <summary>
/// Specifies which authentication type should be used (uses primary identity if empty)
/// </summary>
public string AuthenticationType { get; set; }

/// <summary>
/// Specifies the accepted scope values
/// </summary>
public IEnumerable<string> RequiredScopes { get; set; }
}
}
Binary file modified source/VersionAssemblyInfo.cs
Binary file not shown.

0 comments on commit b4f7387

Please sign in to comment.