dephinera
03/18/2025, 11:23 AMMutableList<AuthProvider>
. Also the AuthProvider
is a public interface. Is it intended for the consumers to create custom AuthProviders
and plug them into the list, or is this more of a hack? There aren't official references in the documentation. Only the kotlindoc.
I'm asking, just to make sure that this API is stable and we wouldn't expect changes in the upcoming versions.Aleksei Tirman [JB]
03/18/2025, 12:34 PMAuthProvider
is designed to be implemented by the users to introduce new authentication providers. Do you have any problems implementing the custom provider?dephinera
03/18/2025, 12:36 PMAleksei Tirman [JB]
03/18/2025, 12:38 PMdephinera
03/18/2025, 12:43 PM