Class IdentityEngineBuilderExtensions
Namespace: Cephalon.Identity.Registration
Assembly: Cephalon.Identity.dll
Registers the host-agnostic Cephalon identity companion pack with an
public static class IdentityEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← IdentityEngineBuilderExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”AddIdentityAccess(EngineBuilder, Action<IdentityRuntimeOptions>?)
Section titled “ AddIdentityAccess(EngineBuilder, Action<IdentityRuntimeOptions>?)”Adds the Cephalon identity companion pack to the engine.
public static EngineBuilder AddIdentityAccess(this EngineBuilder builder, Action<IdentityRuntimeOptions>? configure = null)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
configure Action<IdentityRuntimeOptions>?
An optional callback that configures host-owned identity runtime options.
Returns
Section titled “Returns”The same engine builder for fluent composition.