C# Class cloudscribe.Core.Identity.NotIntegratedIdentityServerIntegration

Inheritance: IIdentityServerIntegration
Show file Open project: joeaudette/cloudscribe

Public Methods

Method Description
EnsureFolderSegmentIfNeeded ( ISiteContext site, string returnUrl ) : string
GetAuthorizationContextAsync ( string returnUrl ) : Task
GetLogoutContextClientIdAsync ( string logoutId ) : Task
GetLogoutContextModelAsync ( string logoutId ) : Task

Method Details

EnsureFolderSegmentIfNeeded() public method

public EnsureFolderSegmentIfNeeded ( ISiteContext site, string returnUrl ) : string
site ISiteContext
returnUrl string
return string

GetAuthorizationContextAsync() public method

public GetAuthorizationContextAsync ( string returnUrl ) : Task
returnUrl string
return Task

GetLogoutContextClientIdAsync() public method

public GetLogoutContextClientIdAsync ( string logoutId ) : Task
logoutId string
return Task

GetLogoutContextModelAsync() public method

public GetLogoutContextModelAsync ( string logoutId ) : Task
logoutId string
return Task