RefreshToken Property

Specifies the refresh token received from or sent to the authorization server.

Object Oriented Interface

public function getRefreshToken();
public function setRefreshToken($value);

Procedural Interface

cloudkeys_oauth_get($res, 36 );
cloudkeys_oauth_set($res, 36, $value );

Default Value

''

Remarks

When GetAuthorization is called if the authorization server returns a refresh token along with the access token, this property will hold the refresh token. Save this value for later use.

When your access token expires, set this property to the corresponding refresh token. Then call GetAuthorization and the class will use this token to retrieve a new access token. The new authorization string will be returned by the GetAuthorization method. No user interaction is required when refreshing an access token.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 PHP Edition - Version 20.0 [Build 8157]