public class GoogleClientSecretsBuilder extends Object
GoogleClientSecrets
.Modifier and Type | Class and Description |
---|---|
static class |
GoogleClientSecretsBuilder.Api
Enum representing the API that GoogleClientSecretsBuilder can be used for.
|
static class |
GoogleClientSecretsBuilder.GoogleClientSecretsForApiBuilder
Builder for
GoogleClientSecrets . |
Constructor and Description |
---|
GoogleClientSecretsBuilder()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GoogleClientSecretsBuilder.GoogleClientSecretsForApiBuilder |
forApi(GoogleClientSecretsBuilder.Api api)
Specifies which
GoogleClientSecretsBuilder.Api should this GoogleClientSecrets be
generated for. |
public GoogleClientSecretsBuilder.GoogleClientSecretsForApiBuilder forApi(GoogleClientSecretsBuilder.Api api)
GoogleClientSecretsBuilder.Api
should this GoogleClientSecrets
be
generated for. Should be called first before any other builder methods.Copyright © 2018. All Rights Reserved.