Consider making an IAuthenticator interface for authenticator implementations not tied to MonoBehaviours #640
Closed
danloughmiller
started this conversation in
Feature Request
Replies: 2 comments
-
I'm not opposed to this. If you can make a PR I'll get it in. Marked as Low Priority but it will get in next release if made a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Going to close this out to keep things clean. If you submit a PR I'll see it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to implement an authenticator in a pure C# class however because the Authenticator base class implements MonoBehaviour all possible implementations would need to be MBs also. From what I can see an Authenticator only needs an InitializeOnce and OnRemoteConnection method, and an OnAuthenticationResult event. This should easily be replaceable with a small interface so other implementations can be provided.
Beta Was this translation helpful? Give feedback.
All reactions