Class JwtBearerAuthenticationBuilderExtensions
Inheritance
System.Object
JwtBearerAuthenticationBuilderExtensions
Namespace: Steeltoe.Security.Authentication.JwtBearer
Assembly: Steeltoe.Security.Authentication.JwtBearer.dll
Syntax
public static class JwtBearerAuthenticationBuilderExtensions : object
Methods
| Edit this page View SourceConfigureJwtBearerForCloudFoundry(AuthenticationBuilder)
Configures
Declaration
public static AuthenticationBuilder ConfigureJwtBearerForCloudFoundry(this AuthenticationBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
AuthenticationBuilder | builder | The |
Returns
Type | Description |
---|---|
AuthenticationBuilder | The incoming |