All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malliina.push.OAuthKeys.scala Maven / Gradle / Ivy

There is a newer version: 1.24.4
Show newest version
package com.malliina.push

object OAuthKeys extends OAuthKeys

trait OAuthKeys {
  val ClientCredentials = "client_credentials"
  val ClientId = "client_id"
  val ClientSecret = "client_secret"
  val GrantType = "grant_type"
  val Scope = "scope"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy