Class AuthInterceptorContext (2.48.0)

public class AuthInterceptorContext : object

Context for an RPC being intercepted by AsyncAuthInterceptor.

Inheritance

Object > AuthInterceptorContext

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Constructors

AuthInterceptorContext(String, String)

public AuthInterceptorContext(string serviceUrl, string methodName)

Initializes a new instance of AuthInterceptorContext.

Parameters
Name Description
serviceUrl String
methodName String

Properties

MethodName

public string MethodName { get; }

The method name of the RPC being called.

Property Value
Type Description
String

ServiceUrl

public string ServiceUrl { get; }

The fully qualified service URL for the RPC being called.

Property Value
Type Description
String