All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.firebase.auth.AuthCredential Maven / Gradle / Ivy

package com.google.firebase.auth;

import kotlin.NotImplementedError;

public class AuthCredential {
    public String getProvider() {
        throw new NotImplementedError();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy