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

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

package com.malliina.web

object OAuthKeys extends OAuthKeys

trait OAuthKeys extends ClaimKeys:
  val AuthorizationCode = "authorization_code"
  val ClientIdKey = "client_id"
  val ClientSecretKey = "client_secret"
  val CodeKey = "code"
  val EmailKey = "email"
  val EmailVerified = "email_verified"
  val GrantType = "grant_type"
  val IdTokenKey = "id_token"
  val LoginHint = "login_hint"
  val Nonce = "nonce"
  val RedirectUri = "redirect_uri"
  val ResponseType = "response_type"
  val Scope = "scope"
  val State = "state"

  val scope = "openid email"

trait ClaimKeys:
  val Aud = "aud"
  val Exp = "exp"
  val IssuerKey = "iss"
  val Kid = "kid"
  val NotBefore = "nbf"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy