library
androidJvm
library
/
org.xmtp.android.library
/
AuthorizedIdentity
Authorized
Identity
data
class
AuthorizedIdentity
(
var
address
:
String
,
var
authorized
:
PublicKey
,
var
identity
:
PrivateKey
)
Members
Constructors
Authorized
Identity
Link copied to clipboard
constructor
(
privateKeyBundleV1
:
PrivateKeyBundleV1
)
constructor
(
address
:
String
,
authorized
:
PublicKey
,
identity
:
PrivateKey
)
Functions
create
Auth
Token
Link copied to clipboard
fun
createAuthToken
(
)
:
String
Properties
address
Link copied to clipboard
var
address
:
String
authorized
Link copied to clipboard
var
authorized
:
PublicKey
identity
Link copied to clipboard
var
identity
:
PrivateKey
to
Bundle
Link copied to clipboard
val
toBundle
:
PrivateKeyBundle