Table of Contents

Class InputLengthRestrictions

Namespace
Duende.IdentityServer.Configuration
Assembly
Duende.IdentityServer.dll
public class InputLengthRestrictions
Inheritance
InputLengthRestrictions
Inherited Members

Constructors

InputLengthRestrictions()

public InputLengthRestrictions()

Properties

AcrValues

Max length for acr_values

public int AcrValues { get; set; }

Property Value

int

AuthenticationRequestId

Max length for auth_req_id

public int AuthenticationRequestId { get; set; }

Property Value

int

AuthorizationCode

Max length for authorization codes

public int AuthorizationCode { get; set; }

Property Value

int

BindingMessage

Max length for binding_message

public int BindingMessage { get; set; }

Property Value

int

ClientId

Max length for client_id

public int ClientId { get; set; }

Property Value

int

ClientSecret

Max length for external client secrets

public int ClientSecret { get; set; }

Property Value

int

CodeChallengeMaxLength

Max length for the code challenge

public int CodeChallengeMaxLength { get; }

Property Value

int

CodeChallengeMinLength

Min length for the code challenge

public int CodeChallengeMinLength { get; }

Property Value

int

CodeVerifierMaxLength

Max length for the code verifier

public int CodeVerifierMaxLength { get; }

Property Value

int

CodeVerifierMinLength

Min length for the code verifier

public int CodeVerifierMinLength { get; }

Property Value

int

CspReport

Max length for CSP reports

public int CspReport { get; set; }

Property Value

int

DPoPKeyThumbprint

Max length for dpop_jkt

public int DPoPKeyThumbprint { get; set; }

Property Value

int

DPoPProofToken

Max length for DPoP proof token

public int DPoPProofToken { get; set; }

Property Value

int

DeviceCode

Max length for device codes

public int DeviceCode { get; set; }

Property Value

int

ExternalError

Max length for external identity provider errors

public int ExternalError { get; set; }

Property Value

int

GrantType

Max length for grant_type

public int GrantType { get; set; }

Property Value

int

IdTokenHint

Max length for id_token_hint

public int IdTokenHint { get; set; }

Property Value

int

IdentityProvider

Max length for external identity provider name

public int IdentityProvider { get; set; }

Property Value

int

Jwt

Max length for JWTs

public int Jwt { get; set; }

Property Value

int

LoginHint

Max length for login_hint

public int LoginHint { get; set; }

Property Value

int

LoginHintToken

Max length for login_hint_token

public int LoginHintToken { get; set; }

Property Value

int

Nonce

Max length for nonce

public int Nonce { get; set; }

Property Value

int

Password

Max length for password

public int Password { get; set; }

Property Value

int

RedirectUri

Max length for redirect_uri

public int RedirectUri { get; set; }

Property Value

int

RefreshToken

Max length for refresh tokens

public int RefreshToken { get; set; }

Property Value

int

ResourceIndicatorMaxLength

Max length for resource indicator parameter

public int ResourceIndicatorMaxLength { get; }

Property Value

int

Scope

Max length for scope

public int Scope { get; set; }

Property Value

int

TokenHandle

Max length for token handles

public int TokenHandle { get; set; }

Property Value

int

UiLocale

Max length for ui_locale

public int UiLocale { get; set; }

Property Value

int

UserCode

Max length for user_code

public int UserCode { get; set; }

Property Value

int

UserName

Max length for username

public int UserName { get; set; }

Property Value

int