Examples of using Refresh token in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Refresh token from application authorization.
The time limit, in days, after which the refresh token is no longer valid.
A refresh token is never returned in this flow.
For example, grant_type is refresh_token but refresh_token is not included.
Returned if grant_type is anything other than authorization_code or refresh_token.
Note: The refresh tokens are long-lived compared to access tokens. .
Must be authorization_code or refresh_token or client_credentials.
The user's refresh token cannot be used to get new tokens for the user.
To request a new access token, a valid refresh token can be presented.
You can use the refresh token to retrieve new ID and access tokens. .
When a user authenticates, the user pool returns ID,access, and refresh tokens.
By default, the refresh token expires 30 days after your app user signs in to your user pool.
When you create an app for your user pool, you can set the app's refresh token expiration(in days) to any value between 1 and 3650.
An e-mail with the refresh token is sent to the notification address set up for the selected user.
The protocol's methods are only invoked if the user has never authenticated, if the userhas signed out, or if the user's refresh token(which is valid for 30 days) has expired.
The token expiration period for refresh token is longer than the typical access token expiry period.
Refresh token must be used with caution by an application because they can allow a user to remain authenticated forever.
The user pool automatically uses the refresh token to get new ID and access tokens when they expire.
If the refresh token is expired, your app user must reauthenticate by signing in again to your user pool.
Amazon Cognito user pools implements ID, access, and refresh tokens as defined by the OpenID Connect(OIDC) open standard.
The refresh token is defined in the specification, but is not currently implemented to be returned from the Token Endpoint.
As a developer, you can choose the expiration time of refresh tokens, and therefore how frequently users need to reauthenticate.
If the refresh token has also expired, the server automatically initiates authentication through the pages in your app that are hosted by AWS.
Within this validity period, a client can use the refresh token to get a new set of access token and refresh token.
A Refresh token is a special type of token, which can be used to obtain a new access token when the access token expires.
Likewise, the Mobile SDK for iOS and the Mobile SDK for Android automatically refresh your ID andaccess tokens if there is a valid(non-expired) refresh token present, and the ID and access tokens have a minimum remaining validity of 5 minutes.
Copy and paste the refresh token into the Episerver CMS admin view> Settings> Refresh token.
When the access token expires, the client sends refresh token to authorization server's token endpoint to get a new set of access token and refresh token.
Theoretically, a so-called"Refresh Token" must be stored once in the client in order to retrieve an"Auth Token" from the server.