Show / Hide Table of Contents

Class CreateClientDto

Inheritance
object
CreateClientDto
Namespace: Volo.Abp.IdentityServer.Client.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class CreateClientDto : ExtensibleObject

Constructors

CreateClientDto()

Declaration
public CreateClientDto()

Properties

CallbackUrl

Declaration
public string CallbackUrl { get; set; }
Property Value
Type Description
string

ClientId

Declaration
[Required]
public string ClientId { get; set; }
Property Value
Type Description
string

ClientName

Declaration
[Required]
public string ClientName { get; set; }
Property Value
Type Description
string

ClientUri

Declaration
public string ClientUri { get; set; }
Property Value
Type Description
string

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

LogoUri

Declaration
public string LogoUri { get; set; }
Property Value
Type Description
string

LogoutUrl

Declaration
public string LogoutUrl { get; set; }
Property Value
Type Description
string

RequireConsent

Declaration
public bool RequireConsent { get; set; }
Property Value
Type Description
bool

Scopes

Declaration
public string[] Scopes { get; set; }
Property Value
Type Description
string[]

Secrets

Declaration
public ClientSecretDto[] Secrets { get; set; }
Property Value
Type Description
ClientSecretDto[]
In this article
Back to top Powered by Volosoft