C# Class IdentityServer4.Quickstart.UI.Models.ScopeViewModel

Exibir arquivo Open project: damienbod/AspNet5IdentityServerAngularImplicitFlow Class Usage Examples

Public Methods

Method Description
GetOfflineAccess ( bool check ) : ScopeViewModel
ScopeViewModel ( IdentityResource identity, bool check ) : System.Collections.Generic
ScopeViewModel ( Scope scope, bool check ) : System.Collections.Generic

Private Methods

Method Description
ScopeViewModel ( ) : System.Collections.Generic

Method Details

GetOfflineAccess() public static method

public static GetOfflineAccess ( bool check ) : ScopeViewModel
check bool
return ScopeViewModel

ScopeViewModel() public method

public ScopeViewModel ( IdentityResource identity, bool check ) : System.Collections.Generic
identity IdentityResource
check bool
return System.Collections.Generic

ScopeViewModel() public method

public ScopeViewModel ( Scope scope, bool check ) : System.Collections.Generic
scope Scope
check bool
return System.Collections.Generic