lemmy-js-client
Preparing search index...
OAuthAccount
Type Alias OAuthAccount
An auth account method.
type
OAuthAccount
=
{
local_user_id
:
LocalUserId
;
oauth_provider_id
:
OAuthProviderId
;
oauth_user_id
:
string
;
published_at
:
string
;
updated_at
?:
string
;
}
Index
Properties
local_
user_
id
oauth_
provider_
id
oauth_
user_
id
published_
at
updated_
at?
Properties
local_
user_
id
local_user_id
:
LocalUserId
oauth_
provider_
id
oauth_provider_id
:
OAuthProviderId
oauth_
user_
id
oauth_user_id
:
string
published_
at
published_at
:
string
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
local_
user_
id
oauth_
provider_
id
oauth_
user_
id
published_
at
updated_
at
lemmy-js-client
Loading...
An auth account method.