C# Class EventCentric.Authorization.AuthorizeEventSourcingAttribute

Inheritance: AuthorizeBaseAttribute
Mostra file Open project: Narvalex/EventCentric

Public Methods

Method Description
Configure ( string token ) : void

Protected Methods

Method Description
IsAuthorized ( string token ) : bool

Method Details

Configure() public static method

public static Configure ( string token ) : void
token string
return void

IsAuthorized() protected method

protected IsAuthorized ( string token ) : bool
token string
return bool