Skip to main content
Skip table of contents

OauthAccessToken (ver7.2.0)

This table stores credential information allowing authorized external applications access to specific PowerSchool API resourced data. See the API Developer Documentation for more details.

Column Name

Initial Version

Data Type

Description

AccessToken

7.2.0

Varchar2(64)

Encrypted unique identifier allowing authorized users external access to the resourced data. Required.

ExpiresInSeconds

7.2.0

Number(10,0)

Number of seconds it takes the token to expire. Measured from the IssuedTime. Defaults to 30 days. Required.

ID

7.2.0

Number(10,0)

Unique sequential number generated by the application. Required.

IssuedTime

7.2.0

Timestamp(6)

Date and time a token is created and assigned to the external party. Required.

PluginConfOAuthProviderID

7.2.0

Number(10,0)

Internal number for the associated PluginConfOAuthProvider record. Required.

WhenCreated

7.2.0

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

7.2.0

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

7.2.0

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

7.2.0

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.