
com.mle.oauth.GoogleOAuthCredentials.scala Maven / Gradle / Ivy
The newest version!
package com.mle.oauth
/**
* @author Michael
*/
case class GoogleOAuthCredentials(clientId: String,
clientSecret: String,
scope: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy