Helio
10/30/2024, 6:01 AMKtor 2.2.x
to Ktor 3.x
When it comes to Principal Interface. It says it can be safely removed... But I'm not 100% sure of what that should be replaced with?
```@Deprecated("This interface can be safely removed")
public interface Principal```For example, we were previously doing:
call.principal<Principal>().doSomethinghere(UsernameType.SUBJECT_AND_ISSUER)
hfhbd
10/30/2024, 6:31 AMHelio
10/30/2024, 6:42 AM@Deprecated("This interface can be safely removed")
public interface Credential
Aleksei Tirman [JB]
10/30/2024, 7:52 AMHelio
10/30/2024, 7:57 AM