/
Auth Accounts :

Auth Accounts :

Auth: The authentication used in the app for validation.

User: User profile by which the authentication was set up for the App.

API reference: https://documenter.getpostman.com/view/4420537/SzKPVMRx?version=latest#c0749667-6778-42c2-8df5-b8147fc29f92

Field Name

Business Purpose

Field type (with size)
Rich text
Text (short text, long text)
Number (integer, decimal)
Date and Time
Location
Media
Boolean
enum [value1, value 2]
Array[of what]
JSON object
Reference

Is it a required field?

Is it editable?

Is it Unique?

Specific validations for some field type

  1. Text (short-text, long text)- Character count, a specific pattern (URL, email, slug, custom) prohibit pattern

  1. Media (file type, image dimensions, file size)

 

REFERENCE OF OTHER BUILDING BLOCK

Accept only specified values. If Yes, mention what values. In case values are to be filled by reference to records in other datastore - mention the reference to records

In case there is the condition, mention the condition

In case of enum and Boolean, explain meaning of each enum value or bo

Field Name

Business Purpose

Field type (with size)
Rich text
Text (short text, long text)
Number (integer, decimal)
Date and Time
Location
Media
Boolean
enum [value1, value 2]
Array[of what]
JSON object
Reference

Is it a required field?

Is it editable?

Is it Unique?

Specific validations for some field type

  1. Text (short-text, long text)- Character count, a specific pattern (URL, email, slug, custom) prohibit pattern

  1. Media (file type, image dimensions, file size)

 

REFERENCE OF OTHER BUILDING BLOCK

Accept only specified values. If Yes, mention what values. In case values are to be filled by reference to records in other datastore - mention the reference to records

In case there is the condition, mention the condition

In case of enum and Boolean, explain meaning of each enum value or bo

data

List of auth accounts assocaited with profileId

Object

No

Yes

No

No

No

data[].id

Unique identifier for this auth account

Integer

Yes

no

Yes

no

no

data[].title

Name of the auth account

text

no

Yes

no

no

no

data[].versionCode

To which app version the action is associated

text

yes

Yes

no

no

no

data[].timeSince

Time since logged in

Timestamp

no

Yes

no

no

no

data[].profileId

The user that set up the authentication for the app

Text

yes

no

no

no

no

data[].fields

Key-Value pairs of the auth that were set up by the user for the particular app

Array[Object]

yes

no

no

no

no

data[].fields[].key

The key entered by the user

short-text

no

yes

no

no

no

data[].fields[].value

The value entered by the user

short-text

no

yes

no

no

no

data[].token

Generated access token (Not to be exposed in UI)

text

no

yes

no

no

no

data[].createdAt

Auth account creation date

Timestamp

Yes

Yes

No

yyyy-mm-dd h:m:s

No

data[].updatedAt

Auth account updation date

Timestamp

Yes

Yes

No

yyyy-mm-dd h:m:s

No

 

Related content