Magidoc

OAuthCodeCredentials
Object

OAUTH2 CODE

Fields

#

id

ID !
Non-null

This credentials ID

shared

Non-null

The shared flag (true for global credentials)

system

If there is a monitored system associated this field can return it.

purpose

The purpose of this credentials.

name

The name of this credentials object.

clientId

The client ID.

clientSecret

The client secret.

authorizationUri

An authorization URI.

accessTokenUri

An URI to generate the access tokens with the authorization token.

accessToken

The access token.

refreshToken

A potential refresh token.

expirationDateInMillis

Expiration time in milliseconds.

redirectUri

A redirection URI.

scope

String containing all the needed scopes.

parameters

Additional parameters.

Interfaces

#

Also implements CredentialsBase .

Usages

#

References

#