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

Show file Open project: nhsevidence/ravendb Class Usage Examples

Public Methods

Method Description
IsAuthorized ( string tenantId ) : bool
IsExpired ( ) : bool

Method Details

IsAuthorized() public method

public IsAuthorized ( string tenantId ) : bool
tenantId string
return bool

IsExpired() public method

public IsExpired ( ) : bool
return bool