interface Principal
Marker interface indicating that a class represents an authenticated principal
sealed class OAuthAccessTokenResponse : Principal
OAuth access token acquired from the server |
|
data class UserIdPrincipal : Principal
Represents a simple user's principal identified by name |