Table of Contents

Class AuthorizationCallbackContext

Namespace
ModelContextProtocol.Authentication
Assembly
ModelContextProtocol.Core.dll

Provides the information needed to complete an OAuth authorization request.

public sealed class AuthorizationCallbackContext
Inheritance
AuthorizationCallbackContext
Inherited Members

Properties

AuthorizationUri

Gets the authorization URI that the user needs to visit.

public required Uri AuthorizationUri { get; init; }

Property Value

Uri

RedirectUri

Gets the redirect URI where the authorization response will be sent.

public required Uri RedirectUri { get; init; }

Property Value

Uri