| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKeY Данные Data Formats Formal Verification Keycloak Безопасность |
| Группа | Группаorg.keycloak |
| Идентификатор | Идентификаторgoogle-authentication |
| Версия | Версия14.0.0 |
| Тип | Типwar |
| Описание |
ОписаниеKeycloak Broker Examples - Google Authentication
An example about how to authenticate with Google
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| google-authentication-14.0.0.pom | |
| google-authentication-14.0.0.war | 559 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.keycloak/google-authentication/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>google-authentication</artifactId>
<version>14.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/google-authentication/
implementation 'org.keycloak:google-authentication:14.0.0'
// https://jarcasting.com/artifacts/org.keycloak/google-authentication/
implementation ("org.keycloak:google-authentication:14.0.0")
'org.keycloak:google-authentication:war:14.0.0'
<dependency org="org.keycloak" name="google-authentication" rev="14.0.0">
<artifact name="google-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='google-authentication', version='14.0.0')
)
libraryDependencies += "org.keycloak" % "google-authentication" % "14.0.0"
[org.keycloak/google-authentication "14.0.0"]