project/app/authenticators/oauth2.js
Martin Donnelly e06e53e5bd whats wrong?
2016-04-06 16:53:06 +01:00

11 lines
210 B
JavaScript

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