okta / okta-oidc-xamarin

Okta OIDC SDK for Xamarin
https://github.com/okta/okta-oidc-xamarin
Apache License 2.0
10 stars 11 forks source link

OKTA-373355: add TinyIoCContainer and related tests #52

Closed bryanapellanes-okta closed 3 years ago

bryanapellanes-okta commented 3 years ago

Added TinyIoCContainer for dependency injection based on Microsoft recommendation https://docs.microsoft.com/en-us/xamarin/xamarin-forms/enterprise-application-patterns/dependency-injection

TL;DR see Simplified Inclusion in TinyIoC README overview: https://github.com/grumpydev/TinyIoC/wiki#overview

The TinyIoCContainer.cs file is a copy of https://github.com/grumpydev/TinyIoC/blob/master/src/TinyIoC/TinyIoC.cs