CookieUtil | Doclava
public final class

CookieUtil

extends Object
java.lang.Object
   ↳ com.google.android.gms.auth.CookieUtil

Class Overview

Helper class to build the cookie String from the given fields.

Summary

Public Methods
static String getCookieUrl(String domain, Boolean isSecure)
static String getCookieValue(String name, String value, String domain, String path, Boolean isHttpOnly, Boolean isSecure, Long maxAge)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String getCookieUrl (String domain, Boolean isSecure)

Parameters
domain String
isSecure Boolean
Returns
String

public static String getCookieValue (String name, String value, String domain, String path, Boolean isHttpOnly, Boolean isSecure, Long maxAge)

Parameters
name String
value String
domain String
path String
isHttpOnly Boolean
isSecure Boolean
maxAge Long
Returns
String