Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Raven
Database
Server
Security
OAuth
OAuthPrincipal
C# Class Raven.Database.Server.Security.OAuth.OAuthPrincipal
Inheritance:
IPrincipal
,
IIdentity
Mostra 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