1K results in 60 ms
7 years ago · Oct 28, 2017, 04:12 PM
POST /oauth/token HTTP/1.1 Host: localhost:8080 Content-Type: application/x-www-form-urlencoded Authorization: Basic YXBwbGljYXRpb246c2VjcmV0 Cache-Control: no-cache Postman-Token: dd73af0a-4617-4a0d-9164-082ee09bfad2 grant_type=password&username=myusername&password=myPassword
7 years ago · Oct 23, 2017, 06:12 PM
POST /oauth/token HTTP/1.1 Host: localhost:8080 Authorization:
7 years ago · Oct 23, 2017, 06:00 AM
with user 'clientid' > POST /oauth/token HTTP/1.1 > Host: localhost:8080 > Authorization:
7 years ago · Oct 23, 2017, 05:40 AM
with user 'clientaid' > POST /oauth/token HTTP/1.1 > Host: localhost:8080 > Authorization:
7 years ago · Oct 22, 2017, 12:04 PM
RequestEntity<>(body, headers, HttpMethod.POST, URI.create(CF_TOKEN_URL + "/oauth/token")); ResponseEntity<GetTokenByPasswordResponse> responseEntity = restOperations.exchange(requestEntity, GetTokenByPasswordResponse.class);
8 years ago · Sep 28, 2017, 06:14 AM
of request : '/login.jsp'; against '/oauth/token' 2017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher
8 years ago · Sep 01, 2017, 08:54 PM
refreshToken); refreshTokenCookie.setHttpOnly(true); refreshTokenCookie.setSecure(false); refreshTokenCookie.setPath(req.getContextPath() + "/oauth/token"); refreshTokenCookie.setMaxAge(2592000); resp.addCookie(refreshTokenCookie); } }
8 years ago · Jul 27, 2017, 09:26 AM
username"; const string password = "oauth:token"; var tcpClient = new TcpClient();
8 years ago · Jun 11, 2017, 12:06 PM
FSecret write FSecret; property OAuth_token: string read FOAuth_token write
8 years ago · Jun 05, 2017, 11:38 AM
Supervisor cache_tab_sup started cache_tab:start_link(cache_tab_oauth_token_1, oauth_token, [{max_size,1000},{life_time,3600}], <0.470.0>) at pid
8 years ago · May 25, 2017, 09:38 PM
store your Access Token (oauth_token) and Access Token Secret
8 years ago · May 18, 2017, 05:48 PM
Auth accepted > send to /oauth/token $http = new \GuzzleHttp\Client(); $response
8 years ago · May 10, 2017, 01:14 PM
oauth_consumer_key": oauth_consumer_key, "oauth_consumer_secret": oauth_consumer_secret, "oauth_token": token!, "oauth_secret": secret!] var
8 years ago · May 02, 2017, 01:50 PM
type": [ "string" ] } }, "links": [ ], "properties": { } }, "oauth-token": { "description": "OAuth tokens provide
8 years ago · Apr 25, 2017, 11:12 AM
Username: $oauthtoken Password: IX1sbf7e6s3QhfRGdPA0WjWK1lXEgATn9lx2ofqe cURL curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: APIKey SVgxc2JmN2U2czNRaGZSR2RQQTBXaldLMWxYRWdBVG45bHgyb2ZxZQ==" \ https://compute.nvidia.com/api/v1/authenticate
8 years ago · Apr 25, 2017, 10:08 AM
DGX CLI dgx config set -s compute.nvidia.com -k IX1sbf7e6s3QhfRGdPA0WjWK1lXEgATn9lx2ofqe Docker docker login nvcr.io Username: $oauthtoken Password: IX1sbf7e6s3QhfRGdPA0WjWK1lXEgATn9lx2ofqe cURL curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: APIKey SVgxc2JmN2U2czNRaGZSR2RQQTBXaldLMWxYRWdBVG45bHgyb2ZxZQ==" \ https://compute.nvidia.com/api/v1/authenticate
8 years ago · Apr 25, 2017, 09:58 AM
$docker login nvcr.io Username: $oauthtoken Password: eUGuV9MYkOzsPyEKvq8eXNulWpN6lKa6VB0fSGNq cURL $curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: APIKey ZVVHdVY5TVlrT3pzUHlFS3ZxOGVYTnVsV3BONmxLYTZWQjBmU0dOcQ==" \ https://compute.nvidia.com/api/v1/authenticate
8 years ago · Apr 10, 2017, 08:42 PM
1.4) # Login ------------------------------------------------------------------- r <- POST(paste0(instance , "oauth/token"), body = list(client_id = client_id, client_secret
8 years ago · Apr 03, 2017, 10:54 PM
https://graph.facebook.com/oauth/access_token userAuthorizationUri: https://www.facebook.com/dialog/oauth tokenName: oauth_token authenticationScheme: query clientAuthenticationScheme: form
Total pages: 52