You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2019. It is now read-only.
Entry Title = 'Get TaskCluster credentials given a Persona assertion'
4999
+
Entry Description = 'Given an [assertion](https://developer.mozilla.org/en-US/Persona/Quick_setup), return an appropriate set of temporary credentials.
5000
+
5001
+
The supplied audience must be on a whitelist of TaskCluster-related
5002
+
sites configured in the login service. This is not a general-purpose
5003
+
assertion-verification service!'
5004
+
Entry 1 =
4988
5005
Entry Type = 'function'
4989
5006
Entry Method = 'get'
4990
5007
Entry Route = '/ping'
4991
5008
Entry Args = '[]'
4992
5009
Entry Query = '[]'
4993
5010
Entry Name = 'ping'
4994
-
Entry Stability = 'experimental'
5011
+
Entry Stability = 'stable'
4995
5012
Entry Scopes = '[]'
4996
5013
Entry Input = ''
4997
5014
Entry Output = ''
4998
5015
Entry Title = 'Ping Server'
4999
-
Entry Description = 'Documented later...
5016
+
Entry Description = 'Respond without doing anything.
5017
+
This endpoint is used to check that the service is up.'
5000
5018
5001
-
**Warning** this api end-point is **not stable**.'
Copy file name to clipboardExpand all lines: src/main/java/org/mozilla/taskcluster/client/login/Login.java
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,21 @@ public Login() {
48
48
}
49
49
50
50
/**
51
-
* Documented later...
51
+
* Given an [assertion](https://developer.mozilla.org/en-US/Persona/Quick_setup), return an appropriate set of temporary credentials.
52
52
*
53
-
* **Warning** this api end-point is **not stable**.
53
+
* The supplied audience must be on a whitelist of TaskCluster-related
54
+
* sites configured in the login service. This is not a general-purpose
55
+
* assertion-verification service!
56
+
*
57
+
* @see "[Get TaskCluster credentials given a Persona assertion API Documentation](https://docs.taskcluster.net/reference/core/login/api-docs#credentialsFromPersonaAssertion)"
0 commit comments