censis-archive/obrand/obrand-admin/app/authenticators/oauth2.js

11 lines
210 B
JavaScript
Raw Normal View History

2016-06-06 10:45:51 +00:00
/**
*
* User: Martin Donnelly
* Date: 2016-03-04
* Time: 14:23
*
*/
import OAuth2PasswordGrant from 'ember-simple-auth/authenticators/oauth2-password-grant';
export default OAuth2PasswordGrant.extend();