Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 960 Bytes

File metadata and controls

18 lines (15 loc) · 960 Bytes
name description layout order published showInNav title
Implicit Flow
The Implicit Flow is carried out client-side within a browser-based app. Since the code is available to the browser, the <%= stache.config.guide_apps_client_secret_name %> cannot be kept a secret and is not used to request an access token. As a result, the access tokens that are issued are short-lived and there are no refresh tokens to extend them when they expire.
layout-sidebar
150
true
true
Implicit Flow

{{ name }}


This page has moved to **https://developer.blackbaud.com/skyapi/docs/authorization/implicit-flow**. Redirecting in 10 seconds...

<script> var timer = setTimeout(function() { window.location='https://developer.blackbaud.com/skyapi/docs/authorization/implicit-flow' }, 10000); </script>