Class Extensions
Namespace: CmlLib.Core.Bedrock.Auth
Assembly: CmlLib.Core.Bedrock.Auth.dll
public static class Extensions
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
AddBEAuthenticator(ICompositeAuthenticator)
public static void AddBEAuthenticator(this ICompositeAuthenticator self)
Parameters
self ICompositeAuthenticator
AddForceXboxAuthForBE(ICompositeAuthenticator, Func<XboxAuthBuilder, IAuthenticator>)
public static void AddForceXboxAuthForBE(this ICompositeAuthenticator self, Func<XboxAuthBuilder, IAuthenticator> builderInvoker)
Parameters
self ICompositeAuthenticator
builderInvoker Func<XboxAuthBuilder, IAuthenticator>
AddXboxAuthForBE(ICompositeAuthenticator, Func<XboxAuthBuilder, IAuthenticator>)
public static void AddXboxAuthForBE(this ICompositeAuthenticator self, Func<XboxAuthBuilder, IAuthenticator> builderInvoker)
Parameters
self ICompositeAuthenticator
builderInvoker Func<XboxAuthBuilder, IAuthenticator>