package
0.1.327
Repository: https://github.com/fluffy-bunny/grpcdotnetgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddSingletonGetOAuth2AuthenticatorConfigFunc adds a func to the DI.
AddScopedIOAuth2Authenticator adds a type that implements IOAuth2Authenticator.
AddScopedIOAuth2AuthenticatorByFunc adds a type by a custom func.
AddScopedIOAuth2AuthenticatorByFuncWithMetadata adds a type by a custom func.
AddScopedIOAuth2AuthenticatorWithMetadata adds a type that implements IOAuth2Authenticator.
AddSingletonIOAuth2Authenticator adds a type that implements IOAuth2Authenticator.
AddSingletonIOAuth2AuthenticatorByFunc adds a type by a custom func.
AddSingletonIOAuth2AuthenticatorByFuncWithMetadata adds a type by a custom func.
AddSingletonIOAuth2AuthenticatorByObj adds a prebuilt obj.
AddSingletonIOAuth2AuthenticatorByObjWithMetadata adds a prebuilt obj.
AddSingletonIOAuth2AuthenticatorWithMetadata adds a type that implements IOAuth2Authenticator.
AddTransientIOAuth2Authenticator adds a type that implements IOAuth2Authenticator.
AddTransientIOAuth2AuthenticatorByFunc adds a type by a custom func.
AddTransientIOAuth2AuthenticatorByFuncWithMetadata adds a type by a custom func.
AddTransientIOAuth2AuthenticatorWithMetadata adds a type that implements IOAuth2Authenticator.
GetGetOAuth2AuthenticatorConfigFromContainer alternative to SafeGetGetOAuth2AuthenticatorConfigFromContainer but panics of object is not present.
GetIOAuth2AuthenticatorDefinition returns that last definition registered that this container can provide.
GetIOAuth2AuthenticatorDefinitions returns all definitions that this container can provide.
GetIOAuth2AuthenticatorFromContainer alternative to SafeGetIOAuth2AuthenticatorFromContainer but panics of object is not present.
GetManyGetOAuth2AuthenticatorConfigFromContainer alternative to SafeGetManyGetOAuth2AuthenticatorConfigFromContainer but panics of object is not present.
GetManyIOAuth2AuthenticatorFromContainer alternative to SafeGetManyIOAuth2AuthenticatorFromContainer but panics of object is not present.
RemoveAllGetOAuth2AuthenticatorConfigFunc removes all GetOAuth2AuthenticatorConfig functions from the DI.
RemoveAllIOAuth2Authenticator removes all IOAuth2Authenticator from the DI.
SafeGetGetOAuth2AuthenticatorConfigFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIOAuth2AuthenticatorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyGetOAuth2AuthenticatorConfigFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIOAuth2AuthenticatorFromContainer trys to get the object by type, will not panic, returns nil and error.

# Variables

ReflectTypeGetOAuth2AuthenticatorConfig used when your service claims to implement GetOAuth2AuthenticatorConfig.
ReflectTypeIOAuth2Authenticator used when your service claims to implement IOAuth2Authenticator.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author