Skip to content

iCheckSignInStatusSuccessResponse

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1347

Extends

Implements

Constructors

Constructor

new CheckSignInStatusSuccessResponse(data): CheckSignInStatusSuccessResponse

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1387

Parameters

data

iCheckSignInStatusSuccessResponse

Returns

CheckSignInStatusSuccessResponse

Overrides

CustomTypeClass.constructor

Properties

address

address: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1383

Implementation of

iCheckSignInStatusSuccessResponse.address


bitbadgesAddress

bitbadgesAddress: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1384

Implementation of

iCheckSignInStatusSuccessResponse.bitbadgesAddress


bluesky?

optional bluesky?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1374

Signed in with Bluesky?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.bluesky


chain

chain: SupportedChain

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1385

Implementation of

iCheckSignInStatusSuccessResponse.chain


discord?

optional discord?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1351

Signed in with Discord username and discriminator?

discriminator

discriminator: string

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.discord


email?

optional email?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1382

The email of the session.

Implementation of

iCheckSignInStatusSuccessResponse.email


facebook?

optional facebook?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1376

Signed in with Facebook?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.facebook


farcaster?

optional farcaster?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1378

Signed in with Farcaster?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.farcaster


github?

optional github?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1360

Signed in with GitHub username?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.github


google?

optional google?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1364

Signed in with Google username?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.google


googleCalendar?

optional googleCalendar?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1368

Signed in with Google Calendar?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.googleCalendar


linkedIn?

optional linkedIn?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1380

Signed in with LinkedIn?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.linkedIn


mailchimp?

optional mailchimp?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1375

Signed in with Mailchimp?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.mailchimp


meetup?

optional meetup?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1373

Signed in with Meetup?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.meetup


message

message: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1349

The message that was signed.

Implementation of

iCheckSignInStatusSuccessResponse.message


reddit?

optional reddit?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1372

Signed in with Reddit?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.reddit


scopes

scopes: OAuthScopeDetailsWithId[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1350

Approved scopes

Implementation of

iCheckSignInStatusSuccessResponse.scopes


shopify?

optional shopify?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1381

Signed in with Shopify?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.shopify


signedIn

signedIn: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1348

Indicates whether the user is signed in.

Implementation of

iCheckSignInStatusSuccessResponse.signedIn


slack?

optional slack?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1379

Signed in with Slack?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.slack


strava?

optional strava?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1370

Signed in with Strava?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.strava


telegram?

optional telegram?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1377

Signed in with Telegram?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.telegram


twitch?

optional twitch?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1369

Signed in with Twitch?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.twitch


twitter?

optional twitter?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1356

Signed in with Twitter username?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.twitter


youtube?

optional youtube?: object

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1371

Signed in with Youtube?

id

id: string

username

username: string

Implementation of

iCheckSignInStatusSuccessResponse.youtube

Methods

clone()

clone(): CheckSignInStatusSuccessResponse

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:105

Deep copies the object and returns a new instance.

Returns

CheckSignInStatusSuccessResponse

Inherited from

CustomTypeClass.clone


convert()

convert<U>(_convertFunction?, options?): CustomType<any>

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:124

Type Parameters

U

U extends NumberType

Parameters

_convertFunction?

(val) => U

options?

ConvertOptions

Returns

CustomType<any>

Deprecated

This function is unnecessary as this field has no numeric types. Please use the .clone() method instead.

Inherited from

CustomTypeClass.convert


equals()

equals<U>(other, normalizeNumberTypes?): boolean

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:101

Compares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.

If normalizeNumberTypes is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").

Type Parameters

U

U extends CustomType<U>

Parameters

other

CustomType<U> | null | undefined

normalizeNumberTypes?

boolean

Returns

boolean

Inherited from

CustomTypeClass.equals


getNumberFieldNames()

getNumberFieldNames(): string[]

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:111

Internal helper method to convert the number fields of the object to a different NumberType equivalent.

Returns

string[]

Inherited from

CustomTypeClass.getNumberFieldNames


hasNumberFields()

hasNumberFields(): boolean

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:115

Checks if the object has number fields.

Returns

boolean

Inherited from

CustomTypeClass.hasNumberFields


toJson()

toJson(): JsonObject

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:93

Converts the object to a JSON object with all primitive types.

Returns

JsonObject

Inherited from

CustomTypeClass.toJson


toJsonString()

toJsonString(): string

Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:97

Converts the object to a JSON string.

Returns

string

Inherited from

CustomTypeClass.toJsonString

Edit this page on GitHub