Package org.matrix.android.sdk.api.auth.data
Types
This data class hold credentials user data. You shouldn't have to instantiate it. The access token should be use to authenticate user in all server requests. Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login
https://github.com/matrix-org/matrix-spec-proposals/pull/2965
This is a light version of Wellknown model, used for login response Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login
This data class holds how to connect to a specific Homeserver. It's used with org.matrix.android.sdk.api.auth.AuthenticationService class. You should use the Builder to create one.
This class represent a localized privacy policy for registration Flow.
This data class holds necessary data to open a session. You don't have to manually instantiate it.
https://matrix.org/docs/spec/client_server/r0.4.0.html#server-discovery
https://matrix.org/docs/spec/client_server/r0.4.0.html#server-discovery