Show / Hide Table of Contents

Class IdentityServerAuthorizeResponse

Inheritance
object
IdentityServerAuthorizeResponse
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public static class IdentityServerAuthorizeResponse

Methods

GenerateAuthorizeResponseAsync(HttpContext, IdentityUser, params Claim[])

Declaration
public static Task GenerateAuthorizeResponseAsync(HttpContext context, IdentityUser user, params Claim[] additionalClaims)
Parameters
Type Name Description
HttpContext context
IdentityUser user
Claim[] additionalClaims
Returns
Type Description
Task
In this article
Back to top Powered by ABP.IO Platform