C# Class Raven.Database.Server.Security.OAuth.OAuthPrincipal

Inheritance: IPrincipal, IIdentity
Show file Open project: nhsevidence/ravendb

Public Methods

Method Description
IsInRole ( string role ) : bool
OAuthPrincipal ( AccessTokenBody tokenBody ) : System

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

OAuthPrincipal() public method

public OAuthPrincipal ( AccessTokenBody tokenBody ) : System
tokenBody AccessTokenBody
return System