Show / Hide Table of Contents

Interface IOAuthSettingProvider

Namespace: Volo.Abp.Identity.Settings
Assembly: Volo.Abp.Identity.Pro.Domain.Shared.dll
Syntax
public interface IOAuthSettingProvider

Methods

GetAuthorityAsync()

Declaration
Task<string> GetAuthorityAsync()
Returns
Type Description
Task<string>

GetClientIdAsync()

Declaration
Task<string> GetClientIdAsync()
Returns
Type Description
Task<string>

GetClientSecretAsync()

Declaration
Task<string> GetClientSecretAsync()
Returns
Type Description
Task<string>

GetRequireHttpsMetadataAsync()

Declaration
Task<bool> GetRequireHttpsMetadataAsync()
Returns
Type Description
Task<bool>

GetScopeAsync()

Declaration
Task<string> GetScopeAsync()
Returns
Type Description
Task<string>

GetValidateEndpointsAsync()

Declaration
Task<bool> GetValidateEndpointsAsync()
Returns
Type Description
Task<bool>

GetValidateIssuerNameAsync()

Declaration
Task<bool> GetValidateIssuerNameAsync()
Returns
Type Description
Task<bool>
In this article
Back to top Powered by Volosoft