OAuth2PersistentTokens (STRUCT)ΒΆ
TYPE OAuth2PersistentTokens : STRUCT
Structure with tokens and additional information. This structure can be used to store the tokens and the timestamp.
- InOut:
Name
Type
Comment
wsDeviceCodeWSTRING(Param.g_udiMaxOAuth2TokenSize)The device code for the request (only relevant for grant type: device code (IOAuth2DeviceAuth))
wsAccessTokenWSTRING(Param.g_udiMaxOAuth2TokenSize)The access token
wsRefreshTokenWSTRING(Param.g_udiMaxOAuth2TokenSize)The refresh token
wsIdTokenWSTRING(Param.g_udiMaxOAuth2TokenSize)The id token (only relevant for grant type: device code (IOAuth2DeviceAuth) and Open-ID requests)
udiExpiresInUDINTValidity of the access token in seconds
udiTimestampAccessTokenUDINTTimestamp of the access token